Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dkmemleak.h29 extern void kmemleak_ignore(const void *ptr) __ref;
97 static inline void kmemleak_ignore(const void *ptr) in kmemleak_ignore() function
/Linux-v5.4/tools/virtio/linux/
Dkmemleak.h1 static inline void kmemleak_ignore(const void *ptr) in kmemleak_ignore() function
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h107 kmemleak_ignore(pud); in pud_alloc_one()
/Linux-v5.4/kernel/
Ducount.c233 kmemleak_ignore(user_header); in user_namespace_sysctl_init()
Dmodule.c3273 kmemleak_ignore(ptr); in move_module()
/Linux-v5.4/Documentation/dev-tools/
Dkmemleak.rst165 - ``kmemleak_ignore`` - do not scan or report an object as leak
187 provides the kmemleak_ignore, kmemleak_scan_area, kmemleak_no_scan and
193 kmemleak_not_leak function. The kmemleak_ignore could also be used if
/Linux-v5.4/mm/kasan/
Dcommon.c616 kmemleak_ignore(ret); in kasan_module_alloc()
710 kmemleak_ignore(ret); in kasan_mem_notifier()
/Linux-v5.4/mm/
Dkmemleak.c1062 void __ref kmemleak_ignore(const void *ptr) in kmemleak_ignore() function
1069 EXPORT_SYMBOL(kmemleak_ignore);
1160 kmemleak_ignore(__va(phys)); in kmemleak_ignore_phys()
/Linux-v5.4/arch/powerpc/mm/
Dhugetlbpage.c102 kmemleak_ignore(new); in __hugepte_alloc()
/Linux-v5.4/drivers/hsi/clients/
Dhsi_char.c188 kmemleak_ignore(buf); in hsc_msg_alloc()
/Linux-v5.4/drivers/iommu/
Dio-pgtable-arm-v7s.c266 kmemleak_ignore(table); in __arm_v7s_alloc_table()
Dexynos-iommu.c937 kmemleak_ignore(pent); in alloc_lv2entry()
/Linux-v5.4/drivers/base/
Dplatform.c646 kmemleak_ignore(pdev->dev.dma_mask); in platform_device_register_full()