Home
last modified time | relevance | path

Searched refs:xas_try_split_min_order (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dxarray.h1559 unsigned int xas_try_split_min_order(unsigned int order);
1587 static inline unsigned int xas_try_split_min_order(unsigned int order) in xas_try_split_min_order() function
/linux-6.15/lib/
H A Dxarray.c1150 unsigned int xas_try_split_min_order(unsigned int order) in xas_try_split_min_order() function
1157 EXPORT_SYMBOL_GPL(xas_try_split_min_order);
/linux-6.15/mm/
H A Dfilemap.c902 xas_try_split_min_order(order)); in __filemap_add_folio()
914 max(xas_try_split_min_order( in __filemap_add_folio()
H A Dshmem.c2183 split_order = xas_try_split_min_order(cur_order); in shmem_split_large_entry()
2210 split_order = xas_try_split_min_order(split_order); in shmem_split_large_entry()