Searched refs:xas_split_alloc (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/Documentation/translations/zh_CN/core-api/ |
D | xarray.rst | 363 用xas_split_alloc(),在没有xa_lock的情况下,可以将一个多索引条目分割成占据较小范围的条目,然后再取锁并
|
/linux-6.6.21/include/linux/ |
D | xarray.h | 1552 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/ |
D | xarray.c | 1003 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);
|
D | test_xarray.c | 1562 xas_split_alloc(&xas, xa, order, GFP_KERNEL); in check_split_1()
|
/linux-6.6.21/Documentation/core-api/ |
D | xarray.rst | 489 xas_split_alloc() without the xa_lock held, followed by taking the lock
|
/linux-6.6.21/mm/ |
D | huge_memory.c | 2683 xas_split_alloc(&xas, folio, folio_order(folio), gfp); in split_huge_page_to_list()
|
D | filemap.c | 876 xas_split_alloc(&xas, xa_load(xas.xa, xas.xa_index), in __filemap_add_folio()
|