Searched refs:xas_split (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/Documentation/translations/zh_CN/core-api/ |
D | xarray.rst | 364 调用xas_split()。
|
/linux-6.6.21/include/linux/ |
D | xarray.h | 1551 void xas_split(struct xa_state *, void *entry, unsigned int order); 1559 static inline void xas_split(struct xa_state *xas, void *entry, in xas_split() function
|
/linux-6.6.21/lib/ |
D | xarray.c | 1054 void xas_split(struct xa_state *xas, void *entry, unsigned int order) in xas_split() function 1102 EXPORT_SYMBOL_GPL(xas_split);
|
D | test_xarray.c | 1564 xas_split(&xas, xa, order); in check_split_1()
|
/linux-6.6.21/Documentation/core-api/ |
D | xarray.rst | 490 and calling xas_split().
|
/linux-6.6.21/mm/ |
D | huge_memory.c | 2739 xas_split(&xas, folio, folio_order(folio)); in split_huge_page_to_list()
|
D | filemap.c | 895 xas_split(&xas, old, order); in __filemap_add_folio()
|