Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/core/
Dib_core_uverbs.c308 xas_next_entry(&xas, xa_last - 1); in rdma_user_mmap_entry_insert_range()
/Linux-v5.15/include/linux/
Dxarray.h1627 static inline void *xas_next_entry(struct xa_state *xas, unsigned long max) in xas_next_entry() function
1729 entry = xas_next_entry(xas, max))
/Linux-v5.15/Documentation/core-api/
Dxarray.rst417 entry at the index of the xa_state. Using xas_next_entry() to
426 function is the equivalent of xas_next_entry().
/Linux-v5.15/lib/
Dtest_xarray.c118 XA_BUG_ON(xa, xas_next_entry(&xas, ULONG_MAX) != xa_mk_value(0)); in check_xas_retry()
127 XA_BUG_ON(xa, xas_next_entry(&xas, ULONG_MAX) != xa_mk_value(0)); in check_xas_retry()
/Linux-v5.15/mm/
Dfilemap.c3264 } while ((page = xas_next_entry(xas, end_pgoff)) != NULL); in next_uptodate_page()
3281 return next_uptodate_page(xas_next_entry(xas, end_pgoff), in next_map_page()
Dkhugepaged.c1708 if (!xas_next_entry(&xas, end - 1)) { in collapse_file()