Searched refs:object_cache (Results 1 – 1 of 1) sorted by relevance
200 static struct kmem_cache *object_cache; variable424 if (object_cache) { in mem_pool_alloc()425 object = kmem_cache_alloc(object_cache, gfp_kmemleak_mask(gfp)); in mem_pool_alloc()453 kmem_cache_free(object_cache, object); in mem_pool_free()504 if (object_cache) in put_object()644 kmem_cache_free(object_cache, object); in create_object()1951 object_cache = KMEM_CACHE(kmemleak_object, SLAB_NOLEAKTRACE); in kmemleak_init()