Home
last modified time | relevance | path

Searched refs:xas_get_mark (Results 1 – 2 of 2) sorted by relevance

/lib/
Dxarray.c851 bool xas_get_mark(const struct xa_state *xas, xa_mark_t mark) in xas_get_mark() function
859 EXPORT_SYMBOL_GPL(xas_get_mark);
1745 while (xas_get_mark(&xas, mark)) { in xa_get_mark()
Dtest_xarray.c282 XA_BUG_ON(xa, !xas_get_mark(&xas, XA_MARK_0)); in check_xa_mark_2()