Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dxarray.h1561 int xas_get_order(struct xa_state *xas);
1572 static inline int xas_get_order(struct xa_state *xas) in xas_get_order() function
/linux/lib/
H A Dxarray.c1909 * xas_get_order() - Get the order of an entry.
1917 int xas_get_order(struct xa_state *xas) in xas_get_order() function
1939 EXPORT_SYMBOL_GPL(xas_get_order);
1957 order = xas_get_order(&xas); in xa_get_order()
H A Dtest_xarray.c2126 XA_BUG_ON(xa, xas_get_order(&xas) != order); in check_xas_get_order()
2158 * Ensure xas_get_order works with xas_for_each_conflict. in check_xas_conflict_get_order()
2167 XA_BUG_ON(xa, xas_get_order(&xas) != order); in check_xas_conflict_get_order()
2180 XA_BUG_ON(xa, xas_get_order(&xas) != order); in check_xas_conflict_get_order()
/linux/mm/
H A Dfilemap.c896 order = xas_get_order(&xas); in __filemap_add_folio()
2162 nr = 1 << xas_get_order(&xas); in find_lock_entries()
3089 return PAGE_SIZE << xas_get_order(xas); in seek_folio_size()
4456 order = xas_get_order(&xas); in filemap_cachestat()
H A Dshmem.c532 ret = xas_get_order(&xas); in shmem_confirm_swap()
936 iter.val += 1 << xas_get_order(&xas); in shmem_add_to_page_cache()
1018 swapped += 1 << xas_get_order(&xas); in shmem_partial_swap_usage()
2256 entry_order = xas_get_order(&xas); in shmem_split_large_entry()
H A Dkhugepaged.c2299 swap += 1 << xas_get_order(&xas); in hpage_collapse_scan_file()