Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkmemleak.h33 extern void kmemleak_no_scan(const void *ptr) __ref;
113 static inline void kmemleak_no_scan(const void *ptr) in kmemleak_no_scan() function
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkmemleak.rst149 - ``kmemleak_no_scan`` - 不扫描某个内存块
168 kmemleak_scan_area,kmemleak_no_scan 和 kmemleak_erase 函数(见上)。
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h65 kmemleak_no_scan(pgd); in pgd_alloc()
/linux/Documentation/dev-tools/
H A Dkmemleak.rst167 - ``kmemleak_no_scan`` - do not scan a memory block
186 provides the kmemleak_ignore, kmemleak_scan_area, kmemleak_no_scan and
/linux/mm/
H A Dkmemleak.c1346 void __ref kmemleak_no_scan(const void *ptr) in kmemleak_no_scan() function
1353 EXPORT_SYMBOL(kmemleak_no_scan);