Home
last modified time | relevance | path

Searched refs:xas_for_each_marked (Results 1 – 14 of 14) sorted by relevance

/linux/tools/testing/radix-tree/
A Dmultiorder.c108 xas_for_each_marked(&xas, item, ULONG_MAX, XA_MARK_1) { in multiorder_tagged_iteration()
136 xas_for_each_marked(&xas, item, ULONG_MAX, XA_MARK_2) { in multiorder_tagged_iteration()
153 xas_for_each_marked(&xas, item, ULONG_MAX, XA_MARK_0) { in multiorder_tagged_iteration()
A Diteration_check_2.c23 xas_for_each_marked(&xas, entry, ULONG_MAX, XA_MARK_0) in iterator()
A Diteration_check.c77 xas_for_each_marked(&xas, entry, ULONG_MAX, TAG) { in tagged_iteration_fn()
A Dtest.c184 xas_for_each_marked(&xas, item, end, iftag) { in tag_tagged_items()
/linux/mm/
A Dmemfd.c88 xas_for_each_marked(&xas, page, ULONG_MAX, MEMFD_TAG_PINNED) { in memfd_wait_for_pins()
A Dpage-writeback.c2132 xas_for_each_marked(&xas, page, end, PAGECACHE_TAG_DIRTY) { in tag_pages_for_writeback()
/linux/Documentation/translations/zh_CN/core-api/
A Dxarray.rst329 当使用xas_for_each()或xas_for_each_marked()在XArray的某个范围内进行迭代时,可能需要暂时停止迭代。
/linux/
A D.clang-format502 - 'xas_for_each_marked'
/linux/lib/
A Dtest_xarray.c239 xas_for_each_marked(&xas, entry, ULONG_MAX, XA_MARK_0) in check_xa_mark_1()
276 xas_for_each_marked(&xas, entry, ULONG_MAX, XA_MARK_0) in check_xa_mark_2()
303 xas_for_each_marked(&xas, entry, ULONG_MAX, XA_MARK_0) { in check_xa_mark_3()
1084 xas_for_each_marked(&xas, entry, k, XA_MARK_0) in check_find_3()
A Dxarray.c2113 xas_for_each_marked(xas, entry, max, mark) { in xas_extract_marked()
/linux/fs/
A Dfs-writeback.c395 xas_for_each_marked(&xas, page, ULONG_MAX, PAGECACHE_TAG_DIRTY) { in inode_do_switch_wbs()
403 xas_for_each_marked(&xas, page, ULONG_MAX, PAGECACHE_TAG_WRITEBACK) { in inode_do_switch_wbs()
A Ddax.c988 xas_for_each_marked(&xas, entry, end_index, PAGECACHE_TAG_TOWRITE) { in dax_writeback_mapping_range()
/linux/include/linux/
A Dxarray.h1745 #define xas_for_each_marked(xas, entry, max, mark) \ macro
/linux/Documentation/core-api/
A Dxarray.rst429 or xas_for_each_marked(), it may be necessary to temporarily stop

Completed in 31 milliseconds