Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/
H A Dmaple_tree.c81 static struct kmem_cache *maple_node_cache; variable
160 return kmem_cache_alloc(maple_node_cache, gfp); in mt_alloc_one()
165 return kmem_cache_alloc_bulk(maple_node_cache, gfp, size, nodes); in mt_alloc_bulk()
170 kmem_cache_free_bulk(maple_node_cache, size, (void **)nodes); in mt_free_bulk()
177 kmem_cache_free(maple_node_cache, node); in mt_free_rcu()
5587 kmem_cache_free(maple_node_cache, node); in mas_destroy()
6227 maple_node_cache = kmem_cache_create("maple_node", in maple_tree_init()
6607 kmem_cache_set_non_kernel(maple_node_cache, val); in mt_set_non_kernel()
6613 return kmem_cache_get_alloc(maple_node_cache); in mt_get_alloc_size()
6619 kmem_cache_zero_nr_tallocated(maple_node_cache); in mt_zero_nr_tallocated()
[all...]

Completed in 8 milliseconds