Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dkmemleak.h22 extern void kmemleak_vmalloc(const struct vm_struct *area, size_t size,
74 static inline void kmemleak_vmalloc(const struct vm_struct *area, size_t size, in kmemleak_vmalloc() function
/Linux-v6.1/mm/kasan/
Dshadow.c569 kmemleak_vmalloc(vm, size, gfp_mask); in kasan_alloc_module_shadow()
/Linux-v6.1/mm/
Dkmemleak.c997 void __ref kmemleak_vmalloc(const struct vm_struct *area, size_t size, gfp_t gfp) in kmemleak_vmalloc() function
1011 EXPORT_SYMBOL_GPL(kmemleak_vmalloc);
Dvmalloc.c3241 kmemleak_vmalloc(area, size, gfp_mask); in __vmalloc_node_range()
/Linux-v6.1/Documentation/dev-tools/
Dkmemleak.rst158 - ``kmemleak_vmalloc`` - notify of a vmalloc() memory allocation