Searched refs:object_cache (Results 1 – 1 of 1) sorted by relevance
209 static struct kmem_cache *object_cache; variable 476 if (object_cache) { in mem_pool_alloc() 477 object = kmem_cache_alloc_noprof(object_cache, in mem_pool_alloc() 508 kmem_cache_free(object_cache, object); in mem_pool_free() 556 * concurrent object_list traversal when !object_cache and all objects in put_object() 559 if (object_cache) in put_object() 643 * Use object_cache to determine whether kmemleak_init() has in set_track_prepare() 647 if (!object_cache) in set_track_prepare() 2289 object_cache = KMEM_CACHE(kmemleak_object, SLAB_NOLEAKTRACE); in kmemleak_init()