Home
last modified time | relevance | path

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

/linux/tools/testing/memblock/linux/
H A Dkmemleak.h9 static inline void kmemleak_alloc_phys(phys_addr_t phys, size_t size, in kmemleak_alloc_phys() function
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkmemleak.rst159 - ``kmemleak_alloc_phys``
/linux/mm/
H A Dkmemleak.c1307 void __ref kmemleak_alloc_phys(phys_addr_t phys, size_t size, gfp_t gfp) in kmemleak_alloc_phys() function
1318 EXPORT_SYMBOL(kmemleak_alloc_phys);
H A Dmemblock.c1494 kmemleak_alloc_phys(found, size, 0); in memblock_alloc_range_nid()