Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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
/OK3568_Linux_fs/kernel/lib/
H A Dxarray.c1002 void xas_split_alloc(struct xa_state *xas, void *entry, unsigned int order, in xas_split_alloc() function
1040 EXPORT_SYMBOL_GPL(xas_split_alloc);
H A Dtest_xarray.c1562 xas_split_alloc(&xas, xa, order, GFP_KERNEL); in check_split_1()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dxarray.rst485 xas_split_alloc() without the xa_lock held, followed by taking the lock
/OK3568_Linux_fs/kernel/mm/
H A Dfilemap.c867 xas_split_alloc(&xas, xa_load(xas.xa, xas.xa_index), in __add_to_page_cache_locked()