Searched refs:xas_split (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 364 调用xas_split()。
|
| /linux-6.15/include/linux/ |
| H A D | xarray.h | 1556 void xas_split(struct xa_state *, void *entry, unsigned int order); 1571 static inline void xas_split(struct xa_state *xas, void *entry, in xas_split() function
|
| /linux-6.15/Documentation/core-api/ |
| H A D | xarray.rst | 492 and calling xas_split() or calling xas_try_split() with xa_lock. The 493 difference between xas_split_alloc()+xas_split() and xas_try_alloc() is 494 that xas_split_alloc() + xas_split() split the entry from the original 498 assuming ``XA_CHUNK_SHIFT`` is 6, xas_split_alloc() + xas_split() need
|
| /linux-6.15/lib/ |
| H A D | xarray.c | 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 D | test_xarray.c | 1835 xas_split(&xas, xa, order); in check_split_1()
|
| /linux-6.15/mm/ |
| H A D | huge_memory.c | 3524 xas_split(xas, folio, old_order); in __split_unmapped_folio()
|