Searched refs:object_cache (Results 1 – 1 of 1) sorted by relevance
198 static struct kmem_cache *object_cache; variable422 if (object_cache) { in mem_pool_alloc()423 object = kmem_cache_alloc(object_cache, gfp_kmemleak_mask(gfp)); in mem_pool_alloc()451 kmem_cache_free(object_cache, object); in mem_pool_free()502 if (object_cache) in put_object()642 kmem_cache_free(object_cache, object); in create_object()1941 object_cache = KMEM_CACHE(kmemleak_object, SLAB_NOLEAKTRACE); in kmemleak_init()