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

/linux-master/include/linux/
H A Dkmemleak.h18 extern void kmemleak_alloc(const void *ptr, size_t size, int min_count,
42 kmemleak_alloc(ptr, size, min_count, gfp);
61 static inline void kmemleak_alloc(const void *ptr, size_t size, int min_count, function
/linux-master/tools/testing/scatterlist/linux/
H A Dmm.h126 #define kmemleak_alloc(a, b, c, d) macro
/linux-master/mm/
H A Dpage_ext.c259 kmemleak_alloc(addr, size, 1, flags);
H A Dkmemleak.c24 * called from the kmemleak_alloc{,_phys,_percpu}() callback and removed in
1025 * kmemleak_alloc - register a newly allocated object
1038 void __ref kmemleak_alloc(const void *ptr, size_t size, int min_count, function
1046 EXPORT_SYMBOL_GPL(kmemleak_alloc); variable
1255 * kmemleak_alloc_phys - similar to kmemleak_alloc but taking a physical
H A Dmm_init.c2531 kmemleak_alloc(table, size, 1, gfp_flags);
H A Dslub.c3920 kmemleak_alloc(ptr, size, 1, flags);
/linux-master/kernel/trace/
H A Dtrace_sched_switch.c217 kmemleak_alloc(s, size, 1, GFP_KERNEL);
H A Dtracing_map.c347 kmemleak_alloc(a->pages[i], PAGE_SIZE, 1, GFP_KERNEL);
/linux-master/lib/
H A Dscatterlist.c164 kmemleak_alloc(ptr, PAGE_SIZE, 1, gfp_mask);
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_mmu.c288 kmemleak_alloc(page->host_ptr, PAGE_SIZE, 1, GFP_KERNEL);
/linux-master/net/core/
H A Dneighbour.c547 kmemleak_alloc(buckets, size, 1, GFP_ATOMIC);
/linux-master/block/
H A Dblk-mq.c3435 kmemleak_alloc(p, order_to_size(this_order), 1, GFP_NOIO);
/linux-master/drivers/iommu/amd/
H A Dinit.c691 kmemleak_alloc(pci_seg->irq_lookup_table,

Completed in 314 milliseconds