Home
last modified time | relevance | path

Searched refs:object_cache (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/mm/
H A Dkmemleak.c213 static struct kmem_cache *object_cache; variable
457 if (object_cache) { in mem_pool_alloc()
458 object = kmem_cache_alloc(object_cache, gfp_kmemleak_mask(gfp)); in mem_pool_alloc()
486 kmem_cache_free(object_cache, object); in mem_pool_free()
537 if (object_cache) in put_object()
618 if (!object_cache) in set_track_prepare()
713 kmem_cache_free(object_cache, object); in __create_object()
2106 object_cache = KMEM_CACHE(kmemleak_object, SLAB_NOLEAKTRACE); in kmemleak_init()