Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dkmemleak.h32 extern void kmemleak_alloc_phys(phys_addr_t phys, size_t size,
108 static inline void kmemleak_alloc_phys(phys_addr_t phys, size_t size, in kmemleak_alloc_phys() function
/linux-6.12.1/tools/testing/memblock/linux/
Dkmemleak.h9 static inline void kmemleak_alloc_phys(phys_addr_t phys, size_t size, in kmemleak_alloc_phys() function
/linux-6.12.1/Documentation/translations/zh_CN/dev-tools/
Dkmemleak.rst159 - ``kmemleak_alloc_phys``
/linux-6.12.1/mm/
Dkmemleak.c1268 void __ref kmemleak_alloc_phys(phys_addr_t phys, size_t size, gfp_t gfp) in kmemleak_alloc_phys() function
1279 EXPORT_SYMBOL(kmemleak_alloc_phys);
Dmemblock.c1494 kmemleak_alloc_phys(found, size, 0); in memblock_alloc_range_nid()
/linux-6.12.1/Documentation/dev-tools/
Dkmemleak.rst175 - ``kmemleak_alloc_phys``