Searched refs:kmemleak_scan_area (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | kmemleak.h | 32 extern void kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) __ref; 107 static inline void kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) in kmemleak_scan_area() function
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kmemleak.rst | 148 - ``kmemleak_scan_area`` - 在内存块中添加扫描区域 168 kmemleak_scan_area,kmemleak_no_scan 和 kmemleak_erase 函数(见上)。
|
| /linux/mm/ |
| H A D | kmemleak.c | 119 struct kmemleak_scan_area { struct 551 struct kmemleak_scan_area *area; in free_object_rcu() 1008 struct kmemleak_scan_area *area = NULL; in add_scan_area() 1328 void __ref kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) in kmemleak_scan_area() function 1335 EXPORT_SYMBOL(kmemleak_scan_area); 1603 struct kmemleak_scan_area *area; in scan_object() 2556 scan_area_cache = KMEM_CACHE(kmemleak_scan_area, SLAB_NOLEAKTRACE); in kmemleak_init()
|
| H A D | vmalloc.c | 2089 kmemleak_scan_area(&va->rb_node, SIZE_MAX, gfp_mask); in alloc_vmap_area()
|
| /linux/Documentation/dev-tools/ |
| H A D | kmemleak.rst | 166 - ``kmemleak_scan_area`` - add scan areas inside a memory block 186 provides the kmemleak_ignore, kmemleak_scan_area, kmemleak_no_scan and
|