Searched refs:kmemleak_alloc (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.15/include/linux/ |
D | kmemleak.h | 18 extern void kmemleak_alloc(const void *ptr, size_t size, int min_count, 43 kmemleak_alloc(ptr, size, min_count, gfp); in kmemleak_alloc_recursive() 62 static inline void kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc() function
|
/Linux-v5.15/tools/testing/scatterlist/linux/ |
D | mm.h | 126 #define kmemleak_alloc(a, b, c, d) macro
|
/Linux-v5.15/lib/ |
D | generic-radix-tree.c | 90 kmemleak_alloc(node, PAGE_SIZE, 1, gfp_mask); in genradix_alloc_node()
|
D | scatterlist.c | 162 kmemleak_alloc(ptr, PAGE_SIZE, 1, gfp_mask); in sg_kmalloc()
|
/Linux-v5.15/mm/ |
D | page_ext.c | 228 kmemleak_alloc(addr, size, 1, flags); in alloc_page_ext()
|
D | kmemleak.c | 889 void __ref kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc() function 897 EXPORT_SYMBOL_GPL(kmemleak_alloc); 1124 kmemleak_alloc(__va(phys), size, min_count, gfp); in kmemleak_alloc_phys()
|
D | slob.c | 520 kmemleak_alloc(ret, size, 1, gfp); in __do_kmalloc_node()
|
D | slab_common.c | 965 kmemleak_alloc(ret, size, 1, flags); in kmalloc_order()
|
D | slub.c | 1657 kmemleak_alloc(ptr, size, 1, flags); in kmalloc_large_node_hook()
|
D | page_alloc.c | 8773 kmemleak_alloc(table, size, 1, gfp_flags); in alloc_large_system_hash()
|
/Linux-v5.15/Documentation/dev-tools/ |
D | kmemleak.rst | 156 - ``kmemleak_alloc`` - notify of a memory block allocation 168 - ``kmemleak_alloc_recursive`` - as kmemleak_alloc but checks the recursiveness
|
/Linux-v5.15/drivers/iommu/amd/ |
D | init.c | 2795 kmemleak_alloc(irq_lookup_table, rlookup_table_size, in early_amd_iommu_init()
|
/Linux-v5.15/block/ |
D | blk-mq.c | 2497 kmemleak_alloc(p, order_to_size(this_order), 1, GFP_NOIO); in blk_mq_alloc_rqs()
|
/Linux-v5.15/net/core/ |
D | neighbour.c | 456 kmemleak_alloc(buckets, size, 1, GFP_ATOMIC); in neigh_hash_alloc()
|