Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/translations/zh_CN/core-api/
Dxarray.rst364 调用xas_split()。
/Linux-v6.1/include/linux/
Dxarray.h1533 void xas_split(struct xa_state *, void *entry, unsigned int order);
1541 static inline void xas_split(struct xa_state *xas, void *entry, in xas_split() function
/Linux-v6.1/lib/
Dxarray.c1056 void xas_split(struct xa_state *xas, void *entry, unsigned int order) in xas_split() function
1104 EXPORT_SYMBOL_GPL(xas_split);
Dtest_xarray.c1564 xas_split(&xas, xa, order); in check_split_1()
/Linux-v6.1/Documentation/core-api/
Dxarray.rst490 and calling xas_split().
/Linux-v6.1/mm/
Dfilemap.c890 xas_split(&xas, old, order); in __filemap_add_folio()
Dhuge_memory.c2748 xas_split(&xas, folio, folio_order(folio)); in split_huge_page_to_list()