Home
last modified time | relevance | path

Searched refs:maple_node_cache (Results 1 – 1 of 1) sorted by relevance

/linux/lib/
H A Dmaple_tree.c83 static struct kmem_cache *maple_node_cache; variable
162 return kmem_cache_alloc(maple_node_cache, gfp); in mt_alloc_one()
172 kmem_cache_free(maple_node_cache, node); in mt_free_one()
184 kmem_cache_free(maple_node_cache, node); in mt_free_rcu()
6305 maple_node_cache = kmem_cache_create("maple_node", in maple_tree_init()
7000 kmem_cache_set_non_kernel(maple_node_cache, val); in mt_set_non_kernel()
7006 return kmem_cache_get_alloc(maple_node_cache); in mt_get_alloc_size()
7012 kmem_cache_zero_nr_tallocated(maple_node_cache); in mt_zero_nr_tallocated()
7018 return kmem_cache_nr_tallocated(maple_node_cache); in mt_nr_tallocated()
7024 return kmem_cache_nr_allocated(maple_node_cache); in mt_nr_allocated()
[all …]