Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dkmemleak.c210 static struct kmem_cache *scan_area_cache; variable
526 kmem_cache_free(scan_area_cache, area); in free_object_rcu()
959 if (scan_area_cache) in add_scan_area()
960 area = kmem_cache_alloc_noprof(scan_area_cache, in add_scan_area()
975 kmem_cache_free(scan_area_cache, area); in add_scan_area()
2208 scan_area_cache = KMEM_CACHE(kmemleak_scan_area, SLAB_NOLEAKTRACE); in kmemleak_init()