Home
last modified time | relevance | path

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

/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst364 调用xas_split()。
/linux-6.15/include/linux/
H A Dxarray.h1556 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 Dxarray.rst492 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 Dxarray.c1086 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.c1835 xas_split(&xas, xa, order); in check_split_1()
/linux-6.15/mm/
H A Dhuge_memory.c3524 xas_split(xas, folio, old_order); in __split_unmapped_folio()