Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dxarray.h1555 static inline void *xas_next_entry(struct xa_state *xas, unsigned long max) in xas_next_entry() function
1653 entry = xas_next_entry(xas, max))
/Linux-v5.4/Documentation/core-api/
Dxarray.rst402 entry at the index of the xa_state. Using xas_next_entry() to
411 function is the equivalent of xas_next_entry().
/Linux-v5.4/lib/
Dtest_xarray.c114 XA_BUG_ON(xa, xas_next_entry(&xas, ULONG_MAX) != xa_mk_value(0)); in check_xas_retry()
123 XA_BUG_ON(xa, xas_next_entry(&xas, ULONG_MAX) != xa_mk_value(0)); in check_xas_retry()
/Linux-v5.4/mm/
Dkhugepaged.c1562 if (!xas_next_entry(&xas, end - 1)) { in collapse_file()