Home
last modified time | relevance | path

Searched refs:kmemleak_not_leak (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/include/linux/
Dkmemleak.h37 extern void kmemleak_not_leak(const void *ptr) __ref;
94 static inline void kmemleak_not_leak(const void *ptr) in kmemleak_not_leak() function
/linux-4.1.27/mm/
Dpage_ext.c230 kmemleak_not_leak(base); in init_section_page_ext()
Dkmemleak.c1038 void __ref kmemleak_not_leak(const void *ptr) in kmemleak_not_leak() function
1047 EXPORT_SYMBOL(kmemleak_not_leak);
1886 kmemleak_not_leak(log->ptr); in kmemleak_init()
/linux-4.1.27/Documentation/
Dkmemleak.txt150 kmemleak_not_leak - mark an object as not a leak
170 kmemleak_not_leak function. The kmemleak_ignore could also be used if
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_recv.c80 kmemleak_not_leak(precvpriv->pallocated_frame_buf); in _r8712_init_recv_priv()
/linux-4.1.27/kernel/
Dsysctl.c1734 kmemleak_not_leak(hdr); in sysctl_init()
Dmodule.c2837 kmemleak_not_leak(ptr); in move_module()
/linux-4.1.27/fs/nfs/
Ddir.c224 kmemleak_not_leak(string->name); in nfs_readdir_make_qstr()