Home
last modified time | relevance | path

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

/linux/tools/testing/radix-tree/
A Diteration_check.c78 if (xas_retry(&xas, entry)) in tagged_iteration_fn()
111 if (xas_retry(&xas, entry)) in untagged_iteration_fn()
A Dregression1.c88 if (xas_retry(&xas, page)) in find_get_pages()
A Dmultiorder.c188 if (xas_retry(&xas, item)) in iterator_func()
/linux/Documentation/translations/zh_CN/core-api/
A Dxarray.rst274 到它们。通常,处理它们的最好方法是把它们传递给xas_retry(),如果它返回 ``true`` ,就重试操作。
301 其他内部条目可能会在未来被添加。在可能的情况下,它们将由xas_retry()处理。
/linux/mm/
A Dfilemap.c502 if (xas_retry(&xas, page)) in filemap_range_has_page()
661 if (xas_retry(&xas, page)) in filemap_range_has_writeback()
1844 if (xas_retry(&xas, folio)) in mapping_get_entry()
1993 if (xas_retry(xas, page)) in find_get_entry()
2224 if (xas_retry(&xas, page)) in find_get_pages_contig()
2351 if (xas_retry(&xas, head)) in filemap_get_read_batch()
3243 if (xas_retry(xas, page)) in next_uptodate_page()
A Dkhugepaged.c2005 if (xas_retry(&xas, page)) in khugepaged_scan_file()
A Dshmem.c813 if (xas_retry(&xas, page)) in shmem_partial_swap_usage()
1180 if (xas_retry(&xas, page)) in shmem_find_swap_entries()
/linux/lib/
A Dxarray.c1459 } while (xas_retry(&xas, entry)); in xa_load()
2018 } while (xas_retry(&xas, entry)); in xa_find()
2076 if (!xas_retry(&xas, entry)) in xa_find_after()
2095 if (xas_retry(xas, entry)) in xas_extract_present()
2114 if (xas_retry(xas, entry)) in xas_extract_marked()
A Dtest_xarray.c114 XA_BUG_ON(xa, xas_retry(&xas, NULL)); in check_xas_retry()
115 XA_BUG_ON(xa, xas_retry(&xas, xa_mk_value(0))); in check_xas_retry()
1138 if (xas_retry(&xas, entry)) in xa_find_entry()
A Diov_iter.c83 if (xas_retry(&xas, head)) \
1413 if (xas_retry(&xas, page)) in iter_xarray_populate_pages()
/linux/fs/afs/
A Ddir.c122 if (xas_retry(&xas, folio)) in afs_dir_read_cleanup()
200 if (xas_retry(&xas, folio)) in afs_dir_dump()
231 if (xas_retry(&xas, folio)) in afs_dir_check()
A Dwrite.c445 if (xas_retry(&xas, folio)) in afs_extend_writeback()
/linux/include/linux/
A Dpagemap.h1122 if (xas_retry(&xas, page)) in __readahead_batch()
A Dxarray.h1486 static inline bool xas_retry(struct xa_state *xas, const void *entry) in xas_retry() function
/linux/Documentation/core-api/
A Dxarray.rst351 to xas_retry(), and retry the operation if it returns ``true``.
384 will be handled by xas_retry().
/linux/drivers/infiniband/core/
A Ddevice.c165 } while (xas_retry(&xas, entry)); in xan_find_marked()

Completed in 50 milliseconds