Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
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()
1991 XA_BUG_ON(xa, xa_get_order(xa, i) != 0); in check_get_order()
1998 XA_BUG_ON(xa, xa_get_order(xa, j) != order); in check_get_order()
Dxarray.c1805 int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function
1819 EXPORT_SYMBOL(xa_get_order);
/linux-6.12.1/include/linux/
Dxarray.h1554 int xa_get_order(struct xarray *, unsigned long index);
1559 static inline int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function
/linux-6.12.1/mm/
Dfilemap.c2061 nr = 1 << xa_get_order(&mapping->i_pages, indices[idx]); in find_get_entries()
Dshmem.c862 int order = xa_get_order(&mapping->i_pages, index); in shmem_free_swap()