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 | 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 | 900 xas_try_split(&xas, old, order); in __filemap_add_folio()
|
| H A D | huge_memory.c | 3656 xas_try_split(xas, folio, old_order); in __split_unmapped_folio()
|
| H A D | shmem.c | 2230 xas_try_split(&xas, old, cur_order); in shmem_split_large_entry()
|