Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dxarray.h1564 void xas_try_split(struct xa_state *xas, void *entry, unsigned int order);
1588 static inline void xas_try_split(struct xa_state *xas, void *entry, in xas_try_split() function
/linux/lib/
H A Dxarray.c1138 * xas_try_split_min_order() - Minimal split order xas_try_split() can accept
1141 * xas_try_split() can split a multi-index entry to smaller than @order - 1 if
1143 * xas_try_split() supports.
1145 * Return: the minimal order xas_try_split() supports
1160 * xas_try_split() - Try to split a multi-index entry.
1171 * @order - 1 if you want to minmize xas_try_split() calls.
1175 void xas_try_split(struct xa_state *xas, void *entry, unsigned int order) in xas_try_split() function
1257 EXPORT_SYMBOL_GPL(xas_try_split);
H A Dtest_xarray.c1889 xas_try_split(&xas, xa, order); in check_split_2()
/linux/mm/
H A Dfilemap.c909 xas_try_split(&xas, old, order); in __filemap_add_folio()
H A Dhuge_memory.c3462 xas_try_split(xas, folio, old_order); in __split_unmapped_folio()
H A Dshmem.c2273 xas_try_split(&xas, old, cur_order); in shmem_split_large_entry()