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

/linux-4.4.14/mm/
H A Dkmemleak.c201 static struct kmem_cache *scan_area_cache; variable in typeref:struct:kmem_cache
453 kmem_cache_free(scan_area_cache, area); free_object_rcu()
766 area = kmem_cache_alloc(scan_area_cache, gfp_kmemleak_mask(gfp)); add_scan_area()
778 kmem_cache_free(scan_area_cache, area); add_scan_area()
1875 scan_area_cache = KMEM_CACHE(kmemleak_scan_area, SLAB_NOLEAKTRACE); kmemleak_init()

Completed in 64 milliseconds