Searched refs:xa_lru (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/include/linux/ |
D | xarray.h | 1358 struct list_lru *xa_lru; member 1379 .xa_lru = NULL, \ 1684 xas->xa_lru = lru; in xas_set_lru()
|
/linux-6.12.1/lib/ |
D | xarray.c | 307 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_nomem() 339 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in __xas_nomem() 342 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in __xas_nomem() 376 node = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_alloc() 1035 node = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_split_alloc()
|