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
534 kmem_cache_free(scan_area_cache, area); in free_object_rcu()
989 if (scan_area_cache) in add_scan_area()
990 area = kmem_cache_alloc_noprof(scan_area_cache, in add_scan_area()
1005 kmem_cache_free(scan_area_cache, area); in add_scan_area()
2290 scan_area_cache = KMEM_CACHE(kmemleak_scan_area, SLAB_NOLEAKTRACE); in kmemleak_init()