Home
last modified time | relevance | path

Searched refs:xas_split (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/linux/
Dxarray.h1514 void xas_split(struct xa_state *, void *entry, unsigned int order);
1522 static inline void xas_split(struct xa_state *xas, void *entry, in xas_split() function
/Linux-v5.15/lib/
Dxarray.c1051 void xas_split(struct xa_state *xas, void *entry, unsigned int order) in xas_split() function
1097 EXPORT_SYMBOL_GPL(xas_split);
Dtest_xarray.c1542 xas_split(&xas, xa, order); in check_split_1()
/Linux-v5.15/Documentation/core-api/
Dxarray.rst486 and calling xas_split().
/Linux-v5.15/mm/
Dfilemap.c922 xas_split(&xas, old, order); in __add_to_page_cache_locked()