Searched refs:xas_split_alloc (Results 1 – 8 of 8) sorted by relevance
| /linux/Documentation/translations/zh_CN/core-api/ |
| A D | xarray.rst | 363 用xas_split_alloc(),在没有xa_lock的情况下,可以将一个多索引条目分割成占据较小范围的条目,然后再取锁并
|
| /linux/include/linux/ |
| A D | xarray.h | 1557 void xas_split_alloc(struct xa_state *, void *entry, unsigned int order, gfp_t); 1575 static inline void xas_split_alloc(struct xa_state *xas, void *entry, in xas_split_alloc() function
|
| /linux/lib/ |
| A D | xarray.c | 1018 void xas_split_alloc(struct xa_state *xas, void *entry, unsigned int order, in xas_split_alloc() function 1056 EXPORT_SYMBOL_GPL(xas_split_alloc);
|
| A D | test_xarray.c | 1797 xas_split_alloc(&xas, xa, order, GFP_KERNEL); in check_split_1()
|
| /linux/Documentation/core-api/ |
| A D | xarray.rst | 489 xas_split_alloc() without the xa_lock held, followed by taking the lock
|
| /linux/mm/ |
| A D | filemap.c | 935 xas_split_alloc(&xas, old, split_order, gfp); in __filemap_add_folio()
|
| A D | huge_memory.c | 3454 xas_split_alloc(&xas, folio, folio_order(folio), gfp); in split_huge_page_to_list_to_order()
|
| A D | shmem.c | 2065 xas_split_alloc(&xas, old, split_order, gfp); in shmem_split_large_entry()
|
Completed in 42 milliseconds