Searched refs:xa_get_order (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/lib/ |
| H A 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() 2079 XA_BUG_ON(xa, xa_get_order(xa, i) != 0); in check_get_order() 2086 XA_BUG_ON(xa, xa_get_order(xa, j) != order); in check_get_order()
|
| H A D | xarray.c | 1942 int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function 1956 EXPORT_SYMBOL(xa_get_order);
|
| /linux-6.15/include/linux/ |
| H A D | xarray.h | 1554 int xa_get_order(struct xarray *, unsigned long index); 1561 static inline int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function
|
| /linux-6.15/mm/ |
| H A D | shmem.c | 955 int order = xa_get_order(&mapping->i_pages, index); in shmem_free_swap() 2263 order = xa_get_order(&mapping->i_pages, index); in shmem_swapin_folio() 2360 xa_get_order(&mapping->i_pages, index) != folio_order(folio)) { in shmem_swapin_folio()
|
| H A D | filemap.c | 2094 nr = 1 << xa_get_order(&mapping->i_pages, indices[idx]); in find_get_entries()
|