Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/radix-tree/
H A Dregression1.c99 if (unlikely(page != xas_reload(&xas))) in find_get_pages()
/OK3568_Linux_fs/kernel/mm/
H A Dfilemap.c1721 if (unlikely(page != xas_reload(&xas))) { in find_get_entry()
1933 if (unlikely(page != xas_reload(&xas))) in find_get_entries()
2003 if (unlikely(page != xas_reload(&xas))) in find_get_pages_range()
2071 if (unlikely(page != xas_reload(&xas))) in find_get_pages_contig()
2129 if (unlikely(page != xas_reload(&xas))) in find_get_pages_range_tag()
2957 if (unlikely(page != xas_reload(xas))) in next_uptodate_page()
/OK3568_Linux_fs/kernel/include/linux/
H A Dxarray.h1546 static inline void *xas_reload(struct xa_state *xas) in xas_reload() function
/OK3568_Linux_fs/kernel/lib/
H A 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()
H A Dxarray.c184 return xas_reload(xas); in xas_start()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dxarray.rst403 xas_reload() to save a function call.