Searched refs:xas_for_each (Results 1 – 14 of 14) sorted by relevance
| /linux/lib/ |
| H A D | test_xarray.c | 138 xas_for_each(&xas, entry, ULONG_MAX) { in check_xas_retry() 230 xas_for_each(&xas, entry, ULONG_MAX) in check_xa_mark_1() 282 xas_for_each(&xas, entry, ULONG_MAX) { in check_xa_mark_2() 573 xas_for_each(&xas, entry, ULONG_MAX) { in check_xas_erase() 633 xas_for_each(&xas, entry, ULONG_MAX) { in check_multi_store_3() 639 xas_for_each(&xas, entry, ULONG_MAX) { in check_multi_store_3() 1226 xas_for_each(&xas, entry, ULONG_MAX) { in check_multi_find_2() 1383 xas_for_each(&xas, entry, ULONG_MAX) { in xa_find_entry() 1445 xas_for_each(&xas, entry, ULONG_MAX) { in check_pause() 1455 xas_for_each(&xas, entry, ULONG_MAX) { in check_pause() [all …]
|
| H A D | idr.c | 617 xas_for_each(&xas, bitmap, ULONG_MAX) { in ida_destroy()
|
| H A D | scatterlist.c | 1352 xas_for_each(&xas, folio, ULONG_MAX) { in extract_xarray_to_sg()
|
| /linux/tools/testing/radix-tree/ |
| H A D | iteration_check.c | 110 xas_for_each(&xas, entry, ULONG_MAX) { in untagged_iteration_fn()
|
| H A D | regression1.c | 87 xas_for_each(&xas, page, ULONG_MAX) { in find_get_pages()
|
| H A D | test.c | 260 xas_for_each(&xas, entry, ULONG_MAX) { in item_kill_tree()
|
| /linux/fs/netfs/ |
| H A D | fscache_io.c | 184 xas_for_each(&xas, page, last) { in __fscache_clear_page_bits()
|
| H A D | iterator.c | 225 xas_for_each(&xas, folio, ULONG_MAX) { in netfs_limit_xarray()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 331 当使用xas_for_each()或xas_for_each_marked()在XArray的某个范围内进行迭代时,可能需要暂时停止迭代。
|
| /linux/mm/ |
| H A D | memfd.c | 46 xas_for_each(xas, folio, ULONG_MAX) { in memfd_tag_pins()
|
| /linux/include/linux/ |
| H A D | iov_iter.h | 214 xas_for_each(&xas, folio, ULONG_MAX) { in iterate_xarray()
|
| H A D | xarray.h | 1817 #define xas_for_each(xas, entry, max) \ macro
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_counters.c | 124 xas_for_each(&xas, counter, U32_MAX) { in mlx5_fc_stats_query_all_counters()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | pages.c | 608 xas_for_each(&xas, entry, last_index) in clear_xarray()
|