Searched refs:xas_try_split (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H A D | xarray.h | 1564 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 D | xarray.c | 1138 * 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 D | test_xarray.c | 1889 xas_try_split(&xas, xa, order); in check_split_2()
|
/linux/mm/ |
H A D | filemap.c | 909 xas_try_split(&xas, old, order); in __filemap_add_folio()
|
H A D | huge_memory.c | 3462 xas_try_split(xas, folio, old_order); in __split_unmapped_folio()
|
H A D | shmem.c | 2273 xas_try_split(&xas, old, cur_order); in shmem_split_large_entry()
|