Home
last modified time | relevance | path

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

/linux/mm/
H A Dkmemleak.c210 static struct kmem_cache *scan_area_cache; variable
540 kmem_cache_free(scan_area_cache, area); in free_object_rcu()
1002 if (scan_area_cache) in add_scan_area()
1003 area = kmem_cache_alloc_noprof(scan_area_cache, in add_scan_area()
1018 kmem_cache_free(scan_area_cache, area); in add_scan_area()
2303 scan_area_cache = KMEM_CACHE(kmemleak_scan_area, SLAB_NOLEAKTRACE); in kmemleak_init()