Home
last modified time | relevance | path

Searched refs:kmemleak_alloc (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.6/include/linux/
Dkmemleak.h18 extern void kmemleak_alloc(const void *ptr, size_t size, int min_count,
42 kmemleak_alloc(ptr, size, min_count, gfp); in kmemleak_alloc_recursive()
61 static inline void kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc() function
/Linux-v6.6/tools/testing/scatterlist/linux/
Dmm.h126 #define kmemleak_alloc(a, b, c, d) macro
/Linux-v6.6/lib/
Dgeneric-radix-tree.c90 kmemleak_alloc(node, PAGE_SIZE, 1, gfp_mask); in genradix_alloc_node()
Dscatterlist.c164 kmemleak_alloc(ptr, PAGE_SIZE, 1, gfp_mask); in sg_kmalloc()
/Linux-v6.6/mm/
Dpage_ext.c259 kmemleak_alloc(addr, size, 1, flags); in alloc_page_ext()
Dkmemleak.c975 void __ref kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc() function
983 EXPORT_SYMBOL_GPL(kmemleak_alloc);
Dslab_common.c1176 kmemleak_alloc(ptr, size, 1, flags); in __kmalloc_large_node()
Dmm_init.c2535 kmemleak_alloc(table, size, 1, gfp_flags); in alloc_large_system_hash()
/Linux-v6.6/Documentation/dev-tools/
Dkmemleak.rst156 - ``kmemleak_alloc`` - notify of a memory block allocation
168 - ``kmemleak_alloc_recursive`` - as kmemleak_alloc but checks the recursiveness
/Linux-v6.6/kernel/trace/
Dtracing_map.c347 kmemleak_alloc(a->pages[i], PAGE_SIZE, 1, GFP_KERNEL); in tracing_map_array_alloc()
/Linux-v6.6/drivers/iommu/amd/
Dinit.c705 kmemleak_alloc(pci_seg->irq_lookup_table, in alloc_irq_lookup_table()
/Linux-v6.6/block/
Dblk-mq.c3428 kmemleak_alloc(p, order_to_size(this_order), 1, GFP_NOIO); in blk_mq_alloc_rqs()
/Linux-v6.6/net/core/
Dneighbour.c540 kmemleak_alloc(buckets, size, 1, GFP_ATOMIC); in neigh_hash_alloc()