/openbmc/linux/arch/arm64/mm/ |
H A D | mteswap.c | 80 xas_for_each(&xa_state, tags, last_entry.val - 1) { in mte_invalidate_tags_area()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | hibernate.c | 247 xas_for_each(&xa_state, tags, ULONG_MAX) { in swsusp_mte_free_storage() 298 xas_for_each(&xa_state, tags, ULONG_MAX) { in swsusp_mte_restore_tags()
|
/openbmc/linux/tools/testing/radix-tree/ |
H A D | multiorder.c | 57 xas_for_each(&xas, item, ULONG_MAX) { in multiorder_iteration() 187 xas_for_each(&xas, item, ULONG_MAX) { in iterator_func()
|
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()
|
/openbmc/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() 520 xas_for_each(&xas, entry, ULONG_MAX) { in check_xas_erase() 580 xas_for_each(&xas, entry, ULONG_MAX) { in check_multi_store_3() 586 xas_for_each(&xas, entry, ULONG_MAX) { in check_multi_store_3() 980 xas_for_each(&xas, entry, ULONG_MAX) { in check_multi_find_2() 1137 xas_for_each(&xas, entry, ULONG_MAX) { in xa_find_entry() 1199 xas_for_each(&xas, entry, ULONG_MAX) { in check_pause() 1209 xas_for_each(&xas, entry, ULONG_MAX) { in check_pause()
|
H A D | idr.c | 548 xas_for_each(&xas, bitmap, ULONG_MAX) { in ida_destroy()
|
H A D | scatterlist.c | 1285 xas_for_each(&xas, folio, ULONG_MAX) { in extract_xarray_to_sg()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | restrack.c | 71 xas_for_each(&xas, e, U32_MAX) in rdma_restrack_count()
|
/openbmc/linux/mm/ |
H A D | memfd.c | 41 xas_for_each(xas, page, ULONG_MAX) { in memfd_tag_pins()
|
H A D | list_lru.c | 383 xas_for_each(&xas, mlru, ULONG_MAX) { in memcg_destroy_list_lru()
|
H A D | swap_state.c | 260 xas_for_each(&xas, old, end) { in clear_shadow_from_swap_cache()
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | xarray.rst | 331 当使用xas_for_each()或xas_for_each_marked()在XArray的某个范围内进行迭代时,可能需要暂时停止迭代。
|
/openbmc/linux/fs/fscache/ |
H A D | io.c | 222 xas_for_each(&xas, page, last) { in __fscache_clear_page_bits()
|
/openbmc/linux/fs/netfs/ |
H A D | buffered_read.c | 47 xas_for_each(&xas, folio, last_page) { in netfs_rreq_unlock_folios()
|
H A D | io.c | 123 xas_for_each(&xas, folio, (subreq->start + subreq->len - 1) / PAGE_SIZE) { in netfs_rreq_unmark_after_write()
|
/openbmc/linux/arch/x86/kernel/cpu/sgx/ |
H A D | encl.c | 546 xas_for_each(&xas, page, PFN_DOWN(end - 1)) { in sgx_encl_may_map() 711 xas_for_each(&xas, entry, max_page_index) { in sgx_encl_release()
|
/openbmc/linux/fs/afs/ |
H A D | write.c | 304 xas_for_each(&xas, folio, end) { in afs_pages_written_back() 490 xas_for_each(&xas, folio, ULONG_MAX) { in afs_extend_writeback()
|
H A D | dir.c | 124 xas_for_each(&xas, folio, last) { in afs_dir_read_cleanup() 202 xas_for_each(&xas, folio, last) { in afs_dir_dump() 233 xas_for_each(&xas, folio, last) { in afs_dir_check()
|
/openbmc/linux/ |
H A D | .clang-format | 626 - 'xas_for_each'
|
/openbmc/linux/fs/erofs/ |
H A D | fscache.c | 86 xas_for_each(&xas, folio, last_page) { in erofs_fscache_req_complete()
|
/openbmc/linux/fs/cachefiles/ |
H A D | ondemand.c | 268 xas_for_each(&xas, req, ULONG_MAX) in cachefiles_ondemand_restore()
|
/openbmc/linux/fs/smb/client/ |
H A D | file.c | 85 xas_for_each(&xas, folio, end) { in cifs_pages_written_back() 118 xas_for_each(&xas, folio, end) { in cifs_pages_write_failed() 151 xas_for_each(&xas, folio, end) { in cifs_pages_write_redirty() 2741 xas_for_each(xas, folio, ULONG_MAX) { in cifs_extend_writeback() 4573 xas_for_each(&xas, folio, last) { in cifs_unlock_folios() 4599 xas_for_each(&xas, folio, last) { in cifs_readahead_complete()
|
/openbmc/linux/fs/ |
H A D | dax.c | 716 xas_for_each(&xas, entry, end_idx) { in dax_layout_busy_page_range() 778 xas_for_each(&xas, entry, end) { in __dax_clear_dirty_range()
|