Searched refs:maple_node_cache (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/lib/ |
D | maple_tree.c | 80 static struct kmem_cache *maple_node_cache; variable 152 return kmem_cache_alloc(maple_node_cache, gfp | __GFP_ZERO); in mt_alloc_one() 157 return kmem_cache_alloc_bulk(maple_node_cache, gfp | __GFP_ZERO, size, in mt_alloc_bulk() 163 kmem_cache_free_bulk(maple_node_cache, size, (void **)nodes); in mt_free_bulk() 170 kmem_cache_free(maple_node_cache, node); in mt_free_rcu() 5769 kmem_cache_free(maple_node_cache, node); in mas_destroy() 6133 maple_node_cache = kmem_cache_create("maple_node", in maple_tree_init() 6499 kmem_cache_set_non_kernel(maple_node_cache, val); in mt_set_non_kernel() 6505 return kmem_cache_get_alloc(maple_node_cache); in mt_get_alloc_size() 6511 kmem_cache_zero_nr_tallocated(maple_node_cache); in mt_zero_nr_tallocated() [all …]
|