Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst364 调用xas_split()。
/linux/include/linux/
H A Dxarray.h1562 void xas_split(struct xa_state *, void *entry, unsigned int order);
1577 static inline void xas_split(struct xa_state *xas, void *entry, in xas_split() function
/linux/lib/
H A Dxarray.c1038 * This function should be called before calling xas_split().
1076 * xas_split() - Split a multi-index entry into smaller entries.
1086 void xas_split(struct xa_state *xas, void *entry, unsigned int order) in xas_split() function
1135 EXPORT_SYMBOL_GPL(xas_split);
H A Dtest_xarray.c1848 xas_split(&xas, xa, order); in check_split_1()
/linux/mm/
H A Dhuge_memory.c3459 xas_split(xas, folio, old_order); in __split_unmapped_folio()
3492 * xas_split() failure. in __split_unmapped_folio()