Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/translations/zh_CN/core-api/
Dxarray.rst363xas_split_alloc(),在没有xa_lock的情况下,可以将一个多索引条目分割成占据较小范围的条目,然后再取锁并
/linux-6.6.21/include/linux/
Dxarray.h1552 void xas_split_alloc(struct xa_state *, void *entry, unsigned int order, gfp_t);
1565 static inline void xas_split_alloc(struct xa_state *xas, void *entry, in xas_split_alloc() function
/linux-6.6.21/lib/
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);
Dtest_xarray.c1562 xas_split_alloc(&xas, xa, order, GFP_KERNEL); in check_split_1()
/linux-6.6.21/Documentation/core-api/
Dxarray.rst489 xas_split_alloc() without the xa_lock held, followed by taking the lock
/linux-6.6.21/mm/
Dhuge_memory.c2683 xas_split_alloc(&xas, folio, folio_order(folio), gfp); in split_huge_page_to_list()
Dfilemap.c876 xas_split_alloc(&xas, xa_load(xas.xa, xas.xa_index), in __filemap_add_folio()