Searched refs:kmemleak_alloc_phys (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | kmemleak.h | 32 extern void kmemleak_alloc_phys(phys_addr_t phys, size_t size, int min_count, 109 static inline void kmemleak_alloc_phys(phys_addr_t phys, size_t size, in kmemleak_alloc_phys() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kmemleak.h | 32 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
|
/kernel/linux/linux-6.6/tools/testing/memblock/linux/ |
H A D | kmemleak.h | 9 static inline void kmemleak_alloc_phys(phys_addr_t phys, size_t size, in kmemleak_alloc_phys() function
|
/kernel/linux/linux-5.10/mm/ |
H A D | kmemleak.c | 1115 * kmemleak_alloc_phys - similar to kmemleak_alloc but taking a physical 1123 void __ref kmemleak_alloc_phys(phys_addr_t phys, size_t size, int min_count, in kmemleak_alloc_phys() function 1129 EXPORT_SYMBOL(kmemleak_alloc_phys); variable
|
H A D | memblock.c | 1317 * In addition, function sets the min_count to 0 using kmemleak_alloc_phys for 1372 kmemleak_alloc_phys(found, size, 0, 0); in memblock_alloc_range_nid()
|
/kernel/linux/linux-6.6/mm/ |
H A D | kmemleak.c | 26 * kmemleak_alloc_phys()) callback and removed in delete_object() called from 1198 * kmemleak_alloc_phys - similar to kmemleak_alloc but taking a physical 1204 void __ref kmemleak_alloc_phys(phys_addr_t phys, size_t size, gfp_t gfp) in kmemleak_alloc_phys() function 1215 EXPORT_SYMBOL(kmemleak_alloc_phys); variable
|
H A D | memblock.c | 1385 * In addition, function using kmemleak_alloc_phys for allocated boot 1443 kmemleak_alloc_phys(found, size, 0); in memblock_alloc_range_nid()
|
Completed in 12 milliseconds