Searched refs:xas_split (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | xarray.rst | 364 调用xas_split()。
|
/openbmc/linux/include/linux/ |
H A D | xarray.h | 1552 void xas_split(struct xa_state *, void *entry, unsigned int order); 1565 static inline void xas_split(struct xa_state *xas, void *entry, in xas_split() function
|
/openbmc/linux/lib/ |
H A 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);
|
H A D | test_xarray.c | 1564 xas_split(&xas, xa, order); in check_split_1()
|
/openbmc/linux/Documentation/core-api/ |
H A D | xarray.rst | 490 and calling xas_split().
|
/openbmc/linux/mm/ |
H A D | huge_memory.c | 2732 xas_split(&xas, folio, folio_order(folio)); in split_huge_page_to_list()
|
H A D | filemap.c | 906 xas_split(&xas, old, order); in __filemap_add_folio()
|