Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h65 kmemleak_no_scan(pgd); in pgd_alloc()
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Ddart_iommu.c247 kmemleak_no_scan((void *)dart_tablebase); in allocate_dart()
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkmemleak.rst166 - ``kmemleak_no_scan`` - do not scan a memory block
186 provides the kmemleak_ignore, kmemleak_scan_area, kmemleak_no_scan and
/OK3568_Linux_fs/kernel/mm/
H A Dkmemleak.c1106 void __ref kmemleak_no_scan(const void *ptr) in kmemleak_no_scan() function
1113 EXPORT_SYMBOL(kmemleak_no_scan);
H A Dslab.c547 kmemleak_no_scan(ac); in alloc_arraycache()
652 kmemleak_no_scan(alc); in __alloc_alien_cache()