Searched refs:alloc_hooks (Results 1 – 25 of 30) sorted by relevance
12
| /linux/include/linux/ |
| A D | vmalloc.h | 144 #define vmalloc(...) alloc_hooks(vmalloc_noprof(__VA_ARGS__)) 147 #define vzalloc(...) alloc_hooks(vzalloc_noprof(__VA_ARGS__)) 150 #define vmalloc_user(...) alloc_hooks(vmalloc_user_noprof(__VA_ARGS__)) 153 #define vmalloc_node(...) alloc_hooks(vmalloc_node_noprof(__VA_ARGS__)) 156 #define vzalloc_node(...) alloc_hooks(vzalloc_node_noprof(__VA_ARGS__)) 159 #define vmalloc_32(...) alloc_hooks(vmalloc_32_noprof(__VA_ARGS__)) 165 #define __vmalloc(...) alloc_hooks(__vmalloc_noprof(__VA_ARGS__)) 178 #define vmalloc_huge(...) alloc_hooks(vmalloc_huge_noprof(__VA_ARGS__)) 187 #define __vcalloc(...) alloc_hooks(__vcalloc_noprof(__VA_ARGS__)) 190 #define vcalloc(...) alloc_hooks(vcalloc_noprof(__VA_ARGS__)) [all …]
|
| A D | gfp.h | 207 #define __alloc_pages(...) alloc_hooks(__alloc_pages_noprof(__VA_ARGS__)) 211 #define __folio_alloc(...) alloc_hooks(__folio_alloc_noprof(__VA_ARGS__)) 223 alloc_hooks(alloc_pages_bulk_array_mempolicy_noprof(__VA_ARGS__)) 243 alloc_hooks(alloc_pages_bulk_array_node_noprof(__VA_ARGS__)) 333 #define alloc_pages(...) alloc_hooks(alloc_pages_noprof(__VA_ARGS__)) 335 #define folio_alloc(...) alloc_hooks(folio_alloc_noprof(__VA_ARGS__)) 337 #define vma_alloc_folio(...) alloc_hooks(vma_alloc_folio_noprof(__VA_ARGS__)) 348 #define alloc_page_vma(...) alloc_hooks(alloc_page_vma_noprof(__VA_ARGS__)) 351 #define __get_free_pages(...) alloc_hooks(get_free_pages_noprof(__VA_ARGS__)) 354 #define get_zeroed_page(...) alloc_hooks(get_zeroed_page_noprof(__VA_ARGS__)) [all …]
|
| A D | slab.h | 444 #define krealloc(...) alloc_hooks(krealloc_noprof(__VA_ARGS__)) 884 #define kmalloc(...) alloc_hooks(kmalloc_noprof(__VA_ARGS__)) 907 #define kmalloc_node(...) alloc_hooks(kmalloc_node_noprof(__VA_ARGS__)) 925 #define kmalloc_array(...) alloc_hooks(kmalloc_array_noprof(__VA_ARGS__)) 956 #define krealloc_array(...) alloc_hooks(krealloc_array_noprof(__VA_ARGS__)) 971 alloc_hooks(kmalloc_node_track_caller_noprof(__VA_ARGS__, _RET_IP_)) 1016 #define kzalloc(...) alloc_hooks(kzalloc_noprof(__VA_ARGS__)) 1022 #define kvmalloc_node(...) alloc_hooks(kvmalloc_node_noprof(__VA_ARGS__)) 1048 #define kvcalloc_node(...) alloc_hooks(kvcalloc_node_noprof(__VA_ARGS__)) 1049 #define kvcalloc(...) alloc_hooks(kvcalloc_noprof(__VA_ARGS__)) [all …]
|
| A D | percpu.h | 144 alloc_hooks(pcpu_alloc_noprof(_size, _align, false, _gfp)) 146 alloc_hooks(pcpu_alloc_noprof(_size, _align, false, GFP_KERNEL)) 148 alloc_hooks(pcpu_alloc_noprof(_size, _align, true, GFP_KERNEL))
|
| A D | mempool.h | 48 alloc_hooks(mempool_init_noprof(__VA_ARGS__)) 57 alloc_hooks(mempool_create_node_noprof(__VA_ARGS__)) 68 alloc_hooks(mempool_alloc_noprof(__VA_ARGS__))
|
| A D | rhashtable-types.h | 136 #define rhashtable_init(...) alloc_hooks(rhashtable_init_noprof(__VA_ARGS__)) 140 #define rhltable_init(...) alloc_hooks(rhltable_init_noprof(__VA_ARGS__))
|
| A D | sockptr.h | 134 #define memdup_sockptr(...) alloc_hooks(memdup_sockptr_noprof(__VA_ARGS__)) 149 #define memdup_sockptr_nul(...) alloc_hooks(memdup_sockptr_nul_noprof(__VA_ARGS__))
|
| A D | skb_array.h | 184 #define skb_array_init(...) alloc_hooks(skb_array_init_noprof(__VA_ARGS__)) 212 alloc_hooks(skb_array_resize_multiple_noprof(__VA_ARGS__))
|
| A D | ptr_ring.h | 500 #define ptr_ring_init(...) alloc_hooks(ptr_ring_init_noprof(__VA_ARGS__)) 613 #define ptr_ring_resize(...) alloc_hooks(ptr_ring_resize_noprof(__VA_ARGS__)) 666 alloc_hooks(ptr_ring_resize_multiple_noprof(__VA_ARGS__))
|
| A D | bpfptr.h | 80 #define kvmemdup_bpfptr(...) alloc_hooks(kvmemdup_bpfptr_noprof(__VA_ARGS__))
|
| A D | alloc_tag.h | 211 #define alloc_hooks(_do_alloc) \ macro
|
| A D | string.h | 304 #define kmemdup(...) alloc_hooks(kmemdup_noprof(__VA_ARGS__))
|
| A D | mm_types.h | 1205 #define mm_alloc_cid(...) alloc_hooks(mm_alloc_cid_noprof(__VA_ARGS__))
|
| A D | fortify-string.h | 755 #define kmemdup(...) alloc_hooks(kmemdup_noprof(__VA_ARGS__))
|
| A D | pagemap.h | 673 alloc_hooks(filemap_alloc_folio_noprof(__VA_ARGS__))
|
| /linux/include/asm-generic/ |
| A D | pgalloc.h | 28 #define __pte_alloc_one_kernel(...) alloc_hooks(__pte_alloc_one_kernel_noprof(__VA_ARGS__)) 41 #define pte_alloc_one_kernel(...) alloc_hooks(pte_alloc_one_kernel_noprof(__VA_ARGS__)) 80 #define __pte_alloc_one(...) alloc_hooks(__pte_alloc_one_noprof(__VA_ARGS__)) 95 #define pte_alloc_one(...) alloc_hooks(pte_alloc_one_noprof(__VA_ARGS__)) 147 #define pmd_alloc_one(...) alloc_hooks(pmd_alloc_one_noprof(__VA_ARGS__)) 181 #define __pud_alloc_one(...) alloc_hooks(__pud_alloc_one_noprof(__VA_ARGS__)) 197 #define pud_alloc_one(...) alloc_hooks(pud_alloc_one_noprof(__VA_ARGS__))
|
| /linux/Documentation/mm/ |
| A D | allocation-profiling.rst | 58 invocation, alloc_hooks(), that 64 This allows for alloc_hooks() calls to be nested, with the most recent one 83 #define foo(...) alloc_hooks(foo_noprof(__VA_ARGS__))
|
| /linux/net/sunrpc/auth_gss/ |
| A D | auth_gss_internal.h | 47 #define simple_get_netobj(...) alloc_hooks(simple_get_netobj_noprof(__VA_ARGS__))
|
| /linux/include/net/ |
| A D | netlabel.h | 287 alloc_hooks(netlbl_secattr_cache_alloc_noprof(__VA_ARGS__)) 320 #define netlbl_catmap_alloc(...) alloc_hooks(netlbl_catmap_alloc_noprof(__VA_ARGS__)) 386 #define netlbl_secattr_alloc(...) alloc_hooks(netlbl_secattr_alloc_noprof(__VA_ARGS__))
|
| A D | tcx.h | 88 #define tcx_entry_create(...) alloc_hooks(tcx_entry_create_noprof(__VA_ARGS__))
|
| /linux/include/crypto/internal/ |
| A D | acompress.h | 80 #define __acomp_request_alloc(...) alloc_hooks(__acomp_request_alloc_noprof(__VA_ARGS__))
|
| /linux/fs/bcachefs/ |
| A D | darray.h | 27 #define __bch2_darray_resize(...) alloc_hooks(__bch2_darray_resize_noprof(__VA_ARGS__))
|
| /linux/lib/ |
| A D | slub_kunit.c | 144 u8 *p = alloc_hooks(__kmalloc_cache_noprof(s, GFP_KERNEL, 18)); in test_kmalloc_redzone_access()
|
| /linux/include/crypto/ |
| A D | hash.h | 572 #define ahash_request_alloc(...) alloc_hooks(ahash_request_alloc_noprof(__VA_ARGS__))
|
| A D | skcipher.h | 852 #define skcipher_request_alloc(...) alloc_hooks(skcipher_request_alloc_noprof(__VA_ARGS__))
|
Completed in 51 milliseconds
12