Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dxarray.h1551 int xas_get_order(struct xa_state *xas);
1560 static inline int xas_get_order(struct xa_state *xas) in xas_get_order() function
/openbmc/linux/lib/
H A Dxarray.c1760 int xas_get_order(struct xa_state *xas) in xas_get_order() function
1780 EXPORT_SYMBOL_GPL(xas_get_order);
1798 order = xas_get_order(&xas); in xa_get_order()
H A Dtest_xarray.c1780 XA_BUG_ON(xa, xas_get_order(&xas) != order); in check_xas_get_order()
1821 XA_BUG_ON(xa, xas_get_order(&xas) != order); in check_xas_conflict_get_order()
1834 XA_BUG_ON(xa, xas_get_order(&xas) != order); in check_xas_conflict_get_order()
/openbmc/linux/mm/
H A Dfilemap.c889 order = xas_get_order(&xas); in __filemap_add_folio()