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.c96 static struct kmem_cache *maple_node_cache; variable
174 return kmem_cache_alloc(maple_node_cache, gfp); in mt_alloc_one()
179 kmem_cache_free_bulk(maple_node_cache, size, (void **)nodes); in mt_free_bulk()
184 kmem_cache_return_sheaf(maple_node_cache, GFP_NOWAIT, sheaf); in mt_return_sheaf()
189 return kmem_cache_prefill_sheaf(maple_node_cache, gfp, count); in mt_get_sheaf()
195 return kmem_cache_refill_sheaf(maple_node_cache, gfp, sheaf, size); in mt_refill_sheaf()
1086 ret = kmem_cache_alloc_from_sheaf(maple_node_cache, GFP_NOWAIT, mas->sheaf); in mas_pop_node()
5870 maple_node_cache = kmem_cache_create("maple_node", in maple_tree_init()
6562 kmem_cache_set_non_kernel(maple_node_cache, val); in mt_set_non_kernel()
6569 kmem_cache_set_callback(maple_node_cache, callback); in mt_set_callback()
[all …]