Searched refs:kmemleak_alloc (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | kmemleak.h | 18 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
|
/openbmc/linux/tools/testing/scatterlist/linux/ |
H A D | mm.h | 126 #define kmemleak_alloc(a, b, c, d) macro
|
/openbmc/linux/lib/ |
H A D | generic-radix-tree.c | 90 kmemleak_alloc(node, PAGE_SIZE, 1, gfp_mask); in genradix_alloc_node()
|
H A D | scatterlist.c | 164 kmemleak_alloc(ptr, PAGE_SIZE, 1, gfp_mask); in sg_kmalloc()
|
/openbmc/linux/mm/ |
H A D | page_ext.c | 259 kmemleak_alloc(addr, size, 1, flags); in alloc_page_ext()
|
H A D | kmemleak.c | 975 void __ref kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc() function 983 EXPORT_SYMBOL_GPL(kmemleak_alloc);
|
H A D | slab_common.c | 1157 kmemleak_alloc(ptr, size, 1, flags); in __kmalloc_large_node()
|
H A D | mm_init.c | 2541 kmemleak_alloc(table, size, 1, gfp_flags); in alloc_large_system_hash()
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kmemleak.rst | 156 - ``kmemleak_alloc`` - notify of a memory block allocation 168 - ``kmemleak_alloc_recursive`` - as kmemleak_alloc but checks the recursiveness
|
/openbmc/linux/kernel/trace/ |
H A D | tracing_map.c | 347 kmemleak_alloc(a->pages[i], PAGE_SIZE, 1, GFP_KERNEL); in tracing_map_array_alloc()
|
H A D | trace.c | 2357 kmemleak_alloc(s, size, 1, GFP_KERNEL); in allocate_cmdlines_buffer()
|
/openbmc/linux/drivers/iommu/amd/ |
H A D | init.c | 705 kmemleak_alloc(pci_seg->irq_lookup_table, in alloc_irq_lookup_table()
|
/openbmc/linux/block/ |
H A D | blk-mq.c | 3486 kmemleak_alloc(p, order_to_size(this_order), 1, GFP_NOIO); in blk_mq_alloc_rqs()
|
/openbmc/linux/net/core/ |
H A D | neighbour.c | 547 kmemleak_alloc(buckets, size, 1, GFP_ATOMIC); in neigh_hash_alloc()
|