Home
last modified time | relevance | path

Searched refs:xas_pause (Results 1 – 16 of 16) sorted by relevance

/Linux-v6.1/tools/testing/radix-tree/
Diteration_check.c82 xas_pause(&xas); in tagged_iteration_fn()
115 xas_pause(&xas); in untagged_iteration_fn()
Dtest.c189 xas_pause(&xas); in tag_tagged_items()
/Linux-v6.1/Documentation/translations/zh_CN/core-api/
Dxarray.rst259 和树的这些锁中的任何一个,你必须调用xas_pause()以便将来的调用不会依赖于状态中未受保护的部分。
332 xas_pause()函数的存在就是为了这个目的。在你完成了必要的工作并希望恢复后,xa_state处于适当的状态,在
337 置;如果你在之前调用了xas_pause()或xas_set(),它们将不会有任何作用。
/Linux-v6.1/mm/
Dmemfd.c57 xas_pause(xas); in memfd_tag_pins()
125 xas_pause(&xas); in memfd_wait_for_pins()
Dkhugepaged.c2091 xas_pause(&xas); in collapse_file()
2194 xas_pause(&xas); in hpage_collapse_scan_file()
Dmadvise.c256 xas_pause(&xas); in force_shm_swapin_readahead()
Dshmem.c814 xas_pause(&xas); in shmem_partial_swap_usage()
1210 xas_pause(&xas); in shmem_find_swap_entries()
Dpage-writeback.c2242 xas_pause(&xas); in tag_pages_for_writeback()
Dfilemap.c2837 xas_pause(xas); in folio_seek_hole_data()
/Linux-v6.1/Documentation/core-api/
Dxarray.rst324 those locks is protecting your state and tree, you must call xas_pause()
434 the iteration. The xas_pause() function exists for this purpose.
443 XArray; they will do nothing if you have called xas_pause() or xas_set()
/Linux-v6.1/lib/
Dtest_xarray.c1145 xas_pause(&xas); in xa_find_entry()
1212 xas_pause(&xas); in check_pause()
1255 xas_pause(&xas); in check_move_max()
Dxarray.c1122 void xas_pause(struct xa_state *xas) in xas_pause() function
1143 EXPORT_SYMBOL_GPL(xas_pause);
/Linux-v6.1/fs/
Ddax.c737 xas_pause(&xas); in dax_layout_busy_page_range()
1041 xas_pause(&xas); in dax_writeback_mapping_range()
/Linux-v6.1/arch/x86/kernel/cpu/sgx/
Dencl.c534 xas_pause(&xas); in sgx_encl_may_map()
/Linux-v6.1/include/linux/
Dxarray.h1527 void xas_pause(struct xa_state *);
/Linux-v6.1/fs/afs/
Dwrite.c513 xas_pause(&xas); in afs_extend_writeback()