Searched refs:xa_get_order (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/lib/ |
D | test_xarray.c | 435 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()
|
D | xarray.c | 1805 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/ |
D | xarray.h | 1554 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/ |
D | filemap.c | 2061 nr = 1 << xa_get_order(&mapping->i_pages, indices[idx]); in find_get_entries()
|
D | shmem.c | 862 int order = xa_get_order(&mapping->i_pages, index); in shmem_free_swap()
|