Home
last modified time | relevance | path

Searched refs:kmemleak_free_part (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/include/linux/
Dkmemleak.h25 extern void kmemleak_free_part(const void *ptr, size_t size) __ref;
81 static inline void kmemleak_free_part(const void *ptr, size_t size) in kmemleak_free_part() function
/linux-6.12.1/arch/arm64/kvm/
Dpkvm.c260 kmemleak_free_part(__hyp_bss_start, __hyp_bss_end - __hyp_bss_start); in finalize_pkvm()
261 kmemleak_free_part(__hyp_rodata_start, __hyp_rodata_end - __hyp_rodata_start); in finalize_pkvm()
/linux-6.12.1/Documentation/translations/zh_CN/dev-tools/
Dkmemleak.rst143 - ``kmemleak_free_part`` - 通知一个部分的内存释放
/linux-6.12.1/mm/
Dkmemleak.c1128 void __ref kmemleak_free_part(const void *ptr, size_t size) in kmemleak_free_part() function
1135 EXPORT_SYMBOL_GPL(kmemleak_free_part);
/linux-6.12.1/arch/x86/mm/
Dinit.c916 kmemleak_free_part((void *)begin, end - begin); in free_init_pages()
/linux-6.12.1/Documentation/dev-tools/
Dkmemleak.rst160 - ``kmemleak_free_part`` - notify of a partial memory block freeing