Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst363xas_split_alloc(),在没有xa_lock的情况下,可以将一个多索引条目分割成占据较小范围的条目,然后再取锁并
/openbmc/linux/include/linux/
H A Dxarray.h1553 void xas_split_alloc(struct xa_state *, void *entry, unsigned int order, gfp_t);
1571 static inline void xas_split_alloc(struct xa_state *xas, void *entry, in xas_split_alloc() function
/openbmc/linux/lib/
H A Dxarray.c1003 void xas_split_alloc(struct xa_state *xas, void *entry, unsigned int order, in xas_split_alloc() function
1041 EXPORT_SYMBOL_GPL(xas_split_alloc);
H A Dtest_xarray.c1562 xas_split_alloc(&xas, xa, order, GFP_KERNEL); in check_split_1()
/openbmc/linux/Documentation/core-api/
H A Dxarray.rst489 xas_split_alloc() without the xa_lock held, followed by taking the lock
/openbmc/linux/mm/
H A Dhuge_memory.c2675 xas_split_alloc(&xas, folio, folio_order(folio), gfp); in split_huge_page_to_list()
H A Dfilemap.c932 xas_split_alloc(&xas, old, split_order, gfp); in __filemap_add_folio()