Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dkmemleak.h18 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
/OK3568_Linux_fs/kernel/tools/testing/scatterlist/linux/
H A Dmm.h126 #define kmemleak_alloc(a, b, c, d) macro
/OK3568_Linux_fs/kernel/lib/
H A Dgeneric-radix-tree.c90 kmemleak_alloc(node, PAGE_SIZE, 1, gfp_mask); in genradix_alloc_node()
H A Dscatterlist.c162 kmemleak_alloc(ptr, PAGE_SIZE, 1, gfp_mask); in sg_kmalloc()
/OK3568_Linux_fs/kernel/mm/
H A Dkmemleak.c893 void __ref kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc() function
901 EXPORT_SYMBOL_GPL(kmemleak_alloc);
1128 kmemleak_alloc(__va(phys), size, min_count, gfp); in kmemleak_alloc_phys()
H A Dpage_ext.c287 kmemleak_alloc(addr, size, 1, flags); in alloc_page_ext()
H A Dslob.c515 kmemleak_alloc(ret, size, 1, gfp); in __do_kmalloc_node()
H A Dslab_common.c865 kmemleak_alloc(ret, size, 1, flags); in kmalloc_order()
H A Dslub.c1549 kmemleak_alloc(ptr, size, 1, flags); in kmalloc_large_node_hook()
H A Dpage_alloc.c8517 kmemleak_alloc(table, size, 1, gfp_flags); in alloc_large_system_hash()
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkmemleak.rst156 - ``kmemleak_alloc`` - notify of a memory block allocation
168 - ``kmemleak_alloc_recursive`` - as kmemleak_alloc but checks the recursiveness
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtracing_map.c347 kmemleak_alloc(a->pages[i], PAGE_SIZE, 1, GFP_KERNEL); in tracing_map_array_alloc()
/OK3568_Linux_fs/kernel/drivers/iommu/amd/
H A Dinit.c2734 kmemleak_alloc(irq_lookup_table, rlookup_table_size, in early_amd_iommu_init()
/OK3568_Linux_fs/kernel/block/
H A Dblk-mq.c2519 kmemleak_alloc(p, order_to_size(this_order), 1, GFP_NOIO); in blk_mq_alloc_rqs()
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c473 kmemleak_alloc(buckets, size, 1, GFP_ATOMIC); in neigh_hash_alloc()