Searched refs:xas_find (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dxarray.h1534 void *xas_find(struct xa_state *, unsigned long max);
1683 * speed. It is equivalent to calling xas_find(), and will call xas_find()
1695 return xas_find(xas, max);
1699 return xas_find(xas, max);
1701 return xas_find(xas, max);
1704 return xas_find(xas, max);
1789 for (entry = xas_find(xas, max); entry; \
/linux-master/lib/
H A Dxarray.c1222 * xas_find() - Find the next present entry in the XArray.
1237 void *xas_find(struct xa_state *xas, unsigned long max) function
1283 EXPORT_SYMBOL_GPL(xas_find); variable
2012 * %XA_RETRY_ENTRY; if you need to see retry entries, use xas_find().
2028 entry = xas_find(&xas, max);
2062 * %XA_RETRY_ENTRY; if you need to see retry entries, use xas_find().
2081 entry = xas_find(&xas, max);
H A Dtest_xarray.c111 XA_BUG_ON(xa, xas_find(&xas, ULONG_MAX) != xa_mk_value(0));
1476 XA_BUG_ON(xa, xas_find(&xas, ULONG_MAX) != xa_mk_index(ULONG_MAX));
1477 XA_BUG_ON(xa, xas_find(&xas, ULONG_MAX) != NULL);
1482 XA_BUG_ON(xa, xas_find(&xas, ULONG_MAX) != xa_mk_index(ULONG_MAX));
1484 XA_BUG_ON(xa, xas_find(&xas, ULONG_MAX) != NULL);
/linux-master/mm/
H A Dfilemap.c491 folio = xas_find(&xas, max);
1966 folio = xas_find(xas, max);
/linux-master/virt/kvm/
H A Dkvm_main.c2449 has_attrs = !xas_find(&xas, end - 1);

Completed in 337 milliseconds