Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dkmemleak.h28 extern void kmemleak_not_leak(const void *ptr) __ref;
93 static inline void kmemleak_not_leak(const void *ptr) in kmemleak_not_leak() function
/linux-6.12.1/Documentation/translations/zh_CN/dev-tools/
Dkmemleak.rst146 - ``kmemleak_not_leak`` - 标记一个对象内存为未泄露的
172 提供了 kmemleak_not_leak 函数。同时 kmemleak_ignore 可以用于标记已知不包含任何
/linux-6.12.1/arch/arm64/kernel/
Defi.c217 kmemleak_not_leak(p); in arm64_efi_rt_init()
/linux-6.12.1/drivers/staging/rtl8712/
Dxmit_linux.c124 kmemleak_not_leak(pxmitbuf->pxmit_urb[i]); in r8712_xmit_resource_alloc()
/linux-6.12.1/arch/powerpc/sysdev/
Dmsi_bitmap.c132 kmemleak_not_leak(bmp->bitmap); in msi_bitmap_alloc()
/linux-6.12.1/arch/s390/kernel/
Dnmi.c81 kmemleak_not_leak(origin); in nmi_alloc_mcesa()
Dsetup.c367 kmemleak_not_leak(ret); in stack_alloc()
/linux-6.12.1/drivers/acpi/acpica/
Dutobject.c74 kmemleak_not_leak(object); in acpi_ut_create_internal_object_dbg()
/linux-6.12.1/mm/
Dpage_ext.c302 kmemleak_not_leak(base); in init_section_page_ext()
Dkmemleak.c1196 void __ref kmemleak_not_leak(const void *ptr) in kmemleak_not_leak() function
1203 EXPORT_SYMBOL(kmemleak_not_leak);
Dz3fold.c202 kmemleak_not_leak(slots); in alloc_slots()
Dslub.c2003 kmemleak_not_leak(vec); in alloc_slab_obj_exts()
/linux-6.12.1/Documentation/dev-tools/
Dkmemleak.rst163 - ``kmemleak_not_leak`` - mark an object as not a leak
191 kmemleak_not_leak function. The kmemleak_ignore could also be used if
/linux-6.12.1/fs/
Dfile_table.c141 kmemleak_not_leak(hdr); in init_fs_stat_sysctls()
/linux-6.12.1/kernel/bpf/
Dringbuf.c137 kmemleak_not_leak(pages); in bpf_ringbuf_area_alloc()
/linux-6.12.1/drivers/s390/cio/
Dqdio_main.c973 kmemleak_not_leak(irq_ptr->ccw); in qdio_allocate()
/linux-6.12.1/drivers/tee/optee/
Dsmc_abi.c836 kmemleak_not_leak(shm); in optee_handle_rpc()
/linux-6.12.1/fs/proc/
Dproc_sysctl.c1460 kmemleak_not_leak(hdr); in __register_sysctl_init()
/linux-6.12.1/kernel/module/
Dmain.c1220 kmemleak_not_leak(ptr); in module_memory_alloc()
/linux-6.12.1/fs/nfs/
Ddir.c287 kmemleak_not_leak(ret); in nfs_readdir_copy_name()