Searched refs:xas_split_alloc (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/include/linux/ |
D | xarray.h | 1513 void xas_split_alloc(struct xa_state *, void *entry, unsigned int order, gfp_t); 1526 static inline void xas_split_alloc(struct xa_state *xas, void *entry, in xas_split_alloc() function
|
/Linux-v5.10/lib/ |
D | xarray.c | 1000 void xas_split_alloc(struct xa_state *xas, void *entry, unsigned int order, in xas_split_alloc() function 1038 EXPORT_SYMBOL_GPL(xas_split_alloc);
|
D | test_xarray.c | 1541 xas_split_alloc(&xas, xa, order, GFP_KERNEL); in check_split_1()
|
/Linux-v5.10/Documentation/core-api/ |
D | xarray.rst | 485 xas_split_alloc() without the xa_lock held, followed by taking the lock
|
/Linux-v5.10/mm/ |
D | filemap.c | 860 xas_split_alloc(&xas, xa_load(xas.xa, xas.xa_index), in __add_to_page_cache_locked()
|