Searched refs:xa_lru (Results 1 – 2 of 2) sorted by relevance
| /linux/lib/ |
| H A D | xarray.c | 309 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() 344 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in __xas_nomem() 378 node = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_alloc() 1059 node = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_split_alloc() 1215 xas->xa_lru, gfp); in xas_try_split()
|
| /linux/include/linux/ |
| H A D | xarray.h | 1364 struct list_lru *xa_lru; member 1385 .xa_lru = NULL, \ 1703 xas->xa_lru = lru; in xas_set_lru()
|