Home
last modified time | relevance | path

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

/linux/tools/testing/radix-tree/
A Dregression1.c99 if (unlikely(page != xas_reload(&xas))) in find_get_pages()
/linux/Documentation/translations/zh_CN/core-api/
A Dxarray.rst314 该条目是否有变化,你可以使用xas_reload()来保存一个函数调用。
/linux/mm/
A Dfilemap.c1856 if (unlikely(folio != xas_reload(&xas))) { in mapping_get_entry()
2007 if (unlikely(page != xas_reload(xas))) { in find_get_entry()
2237 if (unlikely(page != xas_reload(&xas))) in find_get_pages_contig()
2359 if (unlikely(head != xas_reload(&xas))) in filemap_get_read_batch()
3252 if (unlikely(page != xas_reload(xas))) in next_uptodate_page()
/linux/fs/afs/
A Dwrite.c458 if (unlikely(folio != xas_reload(&xas))) { in afs_extend_writeback()
/linux/include/linux/
A Dxarray.h1548 static inline void *xas_reload(struct xa_state *xas) in xas_reload() function
/linux/lib/
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()
A Dxarray.c184 return xas_reload(xas); in xas_start()
A Diov_iter.c1417 if (unlikely(page != xas_reload(&xas))) { in iter_xarray_populate_pages()
/linux/Documentation/core-api/
A Dxarray.rst403 xas_reload() to save a function call.

Completed in 27 milliseconds