Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dxarray.h1555 int xas_get_order(struct xa_state *xas);
1566 static inline int xas_get_order(struct xa_state *xas) in xas_get_order() function
/linux-6.15/lib/
H A Dxarray.c1913 int xas_get_order(struct xa_state *xas) in xas_get_order() function
1933 EXPORT_SYMBOL_GPL(xas_get_order);
1951 order = xas_get_order(&xas); in xa_get_order()
H A Dtest_xarray.c2113 XA_BUG_ON(xa, xas_get_order(&xas) != order); in check_xas_get_order()
2154 XA_BUG_ON(xa, xas_get_order(&xas) != order); in check_xas_conflict_get_order()
2167 XA_BUG_ON(xa, xas_get_order(&xas) != order); in check_xas_conflict_get_order()
/linux-6.15/mm/
H A Dfilemap.c896 order = xas_get_order(&xas); in __filemap_add_folio()
2150 nr = 1 << xas_get_order(&xas); in find_lock_entries()
3079 return PAGE_SIZE << xas_get_order(xas); in seek_folio_size()
4384 order = xas_get_order(&xas); in filemap_cachestat()
H A Dkhugepaged.c2288 swap += 1 << xas_get_order(&xas); in hpage_collapse_scan_file()
H A Dshmem.c986 swapped += 1 << xas_get_order(&xas); in shmem_partial_swap_usage()
2174 entry_order = xas_get_order(&xas); in shmem_split_large_entry()