Searched refs:object_cache (Results 1 – 1 of 1) sorted by relevance
209 static struct kmem_cache *object_cache; variable482 if (object_cache) { in mem_pool_alloc()483 object = kmem_cache_alloc_noprof(object_cache, in mem_pool_alloc()514 kmem_cache_free(object_cache, object); in mem_pool_free()565 if (object_cache) in put_object()653 if (!object_cache) in set_track_prepare()2302 object_cache = KMEM_CACHE(kmemleak_object, SLAB_NOLEAKTRACE); in kmemleak_init()