Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dkmemleak.h31 extern void kmemleak_no_scan(const void *ptr) __ref;
106 static inline void kmemleak_no_scan(const void *ptr) in kmemleak_no_scan() function
/linux-5.19.10/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h65 kmemleak_no_scan(pgd); in pgd_alloc()
/linux-5.19.10/arch/powerpc/sysdev/
Ddart_iommu.c247 kmemleak_no_scan((void *)dart_tablebase); in allocate_dart()
/linux-5.19.10/Documentation/dev-tools/
Dkmemleak.rst166 - ``kmemleak_no_scan`` - do not scan a memory block
186 provides the kmemleak_ignore, kmemleak_scan_area, kmemleak_no_scan and
/linux-5.19.10/mm/
Dkmemleak.c1114 void __ref kmemleak_no_scan(const void *ptr) in kmemleak_no_scan() function
1121 EXPORT_SYMBOL(kmemleak_no_scan);
Dslab.c547 kmemleak_no_scan(ac); in alloc_arraycache()
637 kmemleak_no_scan(alc); in __alloc_alien_cache()