Searched refs:object_cache (Results 1 – 1 of 1) sorted by relevance
209 static struct kmem_cache *object_cache; variable470 if (object_cache) { in mem_pool_alloc()471 object = kmem_cache_alloc_noprof(object_cache, in mem_pool_alloc()500 kmem_cache_free(object_cache, object); in mem_pool_free()551 if (object_cache) in put_object()639 if (!object_cache) in set_track_prepare()2246 object_cache = KMEM_CACHE(kmemleak_object, SLAB_NOLEAKTRACE); in kmemleak_init()