Searched refs:object_cache (Results 1 – 1 of 1) sorted by relevance
200 static struct kmem_cache *object_cache; variable429 if (object_cache) { in mem_pool_alloc()430 object = kmem_cache_alloc(object_cache, gfp_kmemleak_mask(gfp)); in mem_pool_alloc()458 kmem_cache_free(object_cache, object); in mem_pool_free()509 if (object_cache) in put_object()651 kmem_cache_free(object_cache, object); in create_object()1964 object_cache = KMEM_CACHE(kmemleak_object, SLAB_NOLEAKTRACE); in kmemleak_init()