Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_xarray.c435 XA_BUG_ON(xa, xa_get_order(xa, xa_to_value(FIVE)) != order); in check_cmpxchg_order()
440 XA_BUG_ON(xa, xa_get_order(xa, i) != order); in check_cmpxchg_order()
453 XA_BUG_ON(xa, xa_get_order(xa, i) != order); in check_cmpxchg_order()
460 XA_BUG_ON(xa, xa_get_order(xa, xa_to_value(FIVE)) != 0); in check_cmpxchg_order()
465 XA_BUG_ON(xa, xa_get_order(xa, i) != 0); in check_cmpxchg_order()
471 XA_BUG_ON(xa, xa_get_order(xa, i) != order); in check_cmpxchg_order()
2092 XA_BUG_ON(xa, xa_get_order(xa, i) != 0); in check_get_order()
2099 XA_BUG_ON(xa, xa_get_order(xa, j) != order); in check_get_order()
/linux/include/linux/
H A Dxarray.h1560 int xa_get_order(struct xarray *, unsigned long index);
1567 static inline int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function