Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dxarray.h1513 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/
Dxarray.c1000 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);
Dtest_xarray.c1541 xas_split_alloc(&xas, xa, order, GFP_KERNEL); in check_split_1()
/Linux-v5.10/Documentation/core-api/
Dxarray.rst485 xas_split_alloc() without the xa_lock held, followed by taking the lock
/Linux-v5.10/mm/
Dfilemap.c860 xas_split_alloc(&xas, xa_load(xas.xa, xas.xa_index), in __add_to_page_cache_locked()