Searched refs:object_cache (Results 1 – 1 of 1) sorted by relevance
199 static struct kmem_cache *object_cache; variable423 if (object_cache) { in mem_pool_alloc()424 object = kmem_cache_alloc(object_cache, gfp_kmemleak_mask(gfp)); in mem_pool_alloc()452 kmem_cache_free(object_cache, object); in mem_pool_free()503 if (object_cache) in put_object()643 kmem_cache_free(object_cache, object); in create_object()1950 object_cache = KMEM_CACHE(kmemleak_object, SLAB_NOLEAKTRACE); in kmemleak_init()