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.c1917 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()
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.c887 order = xas_get_order(&xas); in __filemap_add_folio()
2192 nr = 1 << xas_get_order(&xas); in find_lock_entries()
3182 return PAGE_SIZE << xas_get_order(xas); in seek_folio_size()
4597 order = xas_get_order(&xas); in filemap_cachestat()
H A Dshmem.c531 ret = xas_get_order(&xas); in shmem_confirm_swap()
916 iter.val += 1 << xas_get_order(&xas); in shmem_add_to_page_cache()
975 nr_pages = 1 << xas_get_order(&xas); in shmem_free_swap()
1010 swapped += 1 << xas_get_order(&xas); in shmem_partial_swap_usage()
2238 cur_order = xas_get_order(&xas); in shmem_split_large_entry()
H A Dkhugepaged.c2302 swap += 1 << xas_get_order(&xas); in hpage_collapse_scan_file()