Searched refs:xa_lru (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/include/linux/ |
D | xarray.h | 1354 struct list_lru *xa_lru; member 1375 .xa_lru = NULL, \ 1674 xas->xa_lru = lru; in xas_set_lru()
|
/linux-6.6.21/lib/ |
D | xarray.c | 306 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_nomem() 338 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in __xas_nomem() 341 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in __xas_nomem() 375 node = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_alloc() 1020 node = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_split_alloc()
|