Lines Matching refs:maple_node_cache
81 static struct kmem_cache *maple_node_cache;
160 return kmem_cache_alloc(maple_node_cache, gfp);
165 return kmem_cache_alloc_bulk(maple_node_cache, gfp, size, nodes);
170 kmem_cache_free_bulk(maple_node_cache, size, (void **)nodes);
177 kmem_cache_free(maple_node_cache, node);
5587 kmem_cache_free(maple_node_cache, node);
6227 maple_node_cache = kmem_cache_create("maple_node",
6607 kmem_cache_set_non_kernel(maple_node_cache, val);
6613 return kmem_cache_get_alloc(maple_node_cache);
6619 kmem_cache_zero_nr_tallocated(maple_node_cache);
6625 return kmem_cache_nr_tallocated(maple_node_cache);
6631 return kmem_cache_nr_allocated(maple_node_cache);
6668 kmem_cache_shrink(maple_node_cache);