Home
last modified time | relevance | path

Searched refs:kmemleak_ignore (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/include/linux/
Dkmemleak.h38 extern void kmemleak_ignore(const void *ptr) __ref;
97 static inline void kmemleak_ignore(const void *ptr) in kmemleak_ignore() function
/linux-4.4.14/tools/virtio/linux/
Dkmemleak.h1 static inline void kmemleak_ignore(const void *ptr) in kmemleak_ignore() function
/linux-4.4.14/Documentation/
Dkmemleak.txt151 kmemleak_ignore - do not scan or report an object as leak
164 provides the kmemleak_ignore, kmemleak_scan_area, kmemleak_no_scan and
170 kmemleak_not_leak function. The kmemleak_ignore could also be used if
/linux-4.4.14/mm/
Dcma.c338 kmemleak_ignore(phys_to_virt(addr)); in cma_declare_contiguous()
Dkmemleak.c1071 void __ref kmemleak_ignore(const void *ptr) in kmemleak_ignore() function
1080 EXPORT_SYMBOL(kmemleak_ignore);
1921 kmemleak_ignore(log->ptr); in kmemleak_init()
/linux-4.4.14/mm/kasan/
Dkasan.c448 kmemleak_ignore(ret); in kasan_module_alloc()
/linux-4.4.14/drivers/virtio/
Dvirtio_ring.c183 kmemleak_ignore(desc); in virtqueue_add()
/linux-4.4.14/drivers/hsi/clients/
Dhsi_char.c201 kmemleak_ignore(buf); in hsc_msg_alloc()
/linux-4.4.14/drivers/iommu/
Dexynos-iommu.c827 kmemleak_ignore(pent); in alloc_lv2entry()
/linux-4.4.14/kernel/
Dmodule.c3007 kmemleak_ignore(ptr); in move_module()