Home
last modified time | relevance | path

Searched refs:xas_reload (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/tools/testing/radix-tree/
Dregression1.c99 if (unlikely(page != xas_reload(&xas))) in find_get_pages()
/Linux-v5.15/mm/
Dfilemap.c1844 if (unlikely(page != xas_reload(&xas))) { in mapping_get_entry()
1996 if (unlikely(page != xas_reload(xas))) { in find_get_entry()
2227 if (unlikely(page != xas_reload(&xas))) in find_get_pages_contig()
2349 if (unlikely(head != xas_reload(&xas))) in filemap_get_read_batch()
3244 if (unlikely(page != xas_reload(xas))) in next_uptodate_page()
/Linux-v5.15/include/linux/
Dxarray.h1548 static inline void *xas_reload(struct xa_state *xas) in xas_reload() function
/Linux-v5.15/fs/afs/
Dwrite.c474 if (unlikely(page != xas_reload(&xas))) { in afs_extend_writeback()
/Linux-v5.15/lib/
Dtest_xarray.c113 XA_BUG_ON(xa, !xa_is_retry(xas_reload(&xas))); in check_xas_retry()
125 XA_BUG_ON(xa, !xa_is_internal(xas_reload(&xas))); in check_xas_retry()
Dxarray.c184 return xas_reload(xas); in xas_start()
Diov_iter.c1370 if (unlikely(page != xas_reload(&xas))) { in iter_xarray_populate_pages()
/Linux-v5.15/Documentation/core-api/
Dxarray.rst403 xas_reload() to save a function call.