Home
last modified time | relevance | path

Searched refs:xas_split_alloc (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/include/linux/
H A Dxarray.h1552 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
/kernel/linux/linux-5.10/lib/
H A Dxarray.c989 * xas_split_alloc() - Allocate memory for splitting an entry.
1002 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); variable
H A Dtest_xarray.c1562 xas_split_alloc(&xas, xa, order, GFP_KERNEL); in check_split_1()
/kernel/linux/linux-6.6/lib/
H A Dxarray.c990 * xas_split_alloc() - Allocate memory for splitting an entry.
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); variable
H A Dtest_xarray.c1562 xas_split_alloc(&xas, xa, order, GFP_KERNEL); in check_split_1()
/kernel/linux/linux-5.10/mm/
H A Dfilemap.c862 xas_split_alloc(&xas, xa_load(xas.xa, xas.xa_index), in __add_to_page_cache_locked()
/kernel/linux/linux-6.6/mm/
H A Dhuge_memory.c2683 xas_split_alloc(&xas, folio, folio_order(folio), gfp); in split_huge_page_to_list()
H A Dfilemap.c876 xas_split_alloc(&xas, xa_load(xas.xa, xas.xa_index), in __filemap_add_folio()

Completed in 29 milliseconds