Home
last modified time | relevance | path

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

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

Completed in 27 milliseconds