Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/radix-tree/
H A Diteration_check.c82 xas_pause(&xas); in tagged_iteration_fn()
115 xas_pause(&xas); in untagged_iteration_fn()
H A Dtest.c189 xas_pause(&xas); in tag_tagged_items()
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst259 和树的这些锁中的任何一个,你必须调用xas_pause()以便将来的调用不会依赖于状态中未受保护的部分。
332 xas_pause()函数的存在就是为了这个目的。在你完成了必要的工作并希望恢复后,xa_state处于适当的状态,在
337 置;如果你在之前调用了xas_pause()或xas_set(),它们将不会有任何作用。
/linux-6.15/mm/
H A Dmemfd.c54 xas_pause(xas); in memfd_tag_pins()
162 xas_pause(&xas); in memfd_wait_for_pins()
H A Dmadvise.c251 xas_pause(&xas); in shmem_swapin_range()
H A Dfilemap.c3055 xas_pause(xas); in folio_seek_hole_data()
4444 xas_pause(&xas); in filemap_cachestat()
H A Dpage-writeback.c2397 xas_pause(&xas); in tag_pages_for_writeback()
H A Dkhugepaged.c2338 xas_pause(&xas); in hpage_collapse_scan_file()
H A Dshmem.c990 xas_pause(&xas); in shmem_partial_swap_usage()
1425 xas_pause(&xas); in shmem_find_swap_entries()
/linux-6.15/arch/x86/kernel/cpu/sgx/
H A Dencl.c554 xas_pause(&xas); in sgx_encl_may_map()
731 xas_pause(&xas); in sgx_encl_release()
/linux-6.15/fs/
H A Ddax.c260 xas_pause(xas); in wait_entry_unlocked_exclusive()
812 xas_pause(&xas); in dax_layout_busy_page_range()
872 xas_pause(&xas); in __dax_clear_dirty_range()
1242 xas_pause(&xas); in dax_writeback_mapping_range()
/linux-6.15/Documentation/core-api/
H A Dxarray.rst326 those locks is protecting your state and tree, you must call xas_pause()
436 the iteration. The xas_pause() function exists for this purpose.
445 XArray; they will do nothing if you have called xas_pause() or xas_set()
/linux-6.15/lib/
H A Dtest_xarray.c1378 xas_pause(&xas); in xa_find_entry()
1445 xas_pause(&xas); in check_pause()
1480 xas_pause(&xas); in check_pause()
1524 xas_pause(&xas); in check_move_max()
H A Dxarray.c1275 void xas_pause(struct xa_state *xas) in xas_pause() function
1297 EXPORT_SYMBOL_GPL(xas_pause);
/linux-6.15/include/linux/
H A Dxarray.h1549 void xas_pause(struct xa_state *);