Searched refs:maple_node_cache (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/lib/ |
D | maple_tree.c | 83 static struct kmem_cache *maple_node_cache; variable 162 return kmem_cache_alloc(maple_node_cache, gfp); in mt_alloc_one() 167 return kmem_cache_alloc_bulk(maple_node_cache, gfp, size, nodes); in mt_alloc_bulk() 172 kmem_cache_free(maple_node_cache, node); in mt_free_one() 177 kmem_cache_free_bulk(maple_node_cache, size, (void **)nodes); in mt_free_bulk() 184 kmem_cache_free(maple_node_cache, node); in mt_free_rcu() 6302 maple_node_cache = kmem_cache_create("maple_node", in maple_tree_init() 6995 kmem_cache_set_non_kernel(maple_node_cache, val); in mt_set_non_kernel() 7002 kmem_cache_set_callback(maple_node_cache, callback); in mt_set_callback() 7008 kmem_cache_set_private(maple_node_cache, private); in mt_set_private() [all …]
|