Searched refs:xa_lru (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/linux/ |
D | xarray.h | 1336 struct list_lru *xa_lru; member 1357 .xa_lru = NULL, \ 1655 xas->xa_lru = lru; in xas_set_lru()
|
/linux-6.1.9/lib/ |
D | xarray.c | 308 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_nomem() 340 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in __xas_nomem() 343 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in __xas_nomem() 377 node = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_alloc() 1022 node = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_split_alloc()
|