Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkmemleak.rst148 - ``kmemleak_scan_area`` - 在内存块中添加扫描区域
168 kmemleak_scan_area,kmemleak_no_scan 和 kmemleak_erase 函数(见上)。
/linux/mm/
H A Dkmemleak.c118 struct kmemleak_scan_area { struct
516 struct kmemleak_scan_area *area; in free_object_rcu()
967 struct kmemleak_scan_area *area = NULL; in add_scan_area()
1273 void __ref kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) in kmemleak_scan_area() function
1280 EXPORT_SYMBOL(kmemleak_scan_area);
1535 struct kmemleak_scan_area *area; in scan_object()
2247 scan_area_cache = KMEM_CACHE(kmemleak_scan_area, SLAB_NOLEAKTRACE); in kmemleak_init()
H A Dvmalloc.c1994 kmemleak_scan_area(&va->rb_node, SIZE_MAX, gfp_mask); in alloc_vmap_area()