Home
last modified time | relevance | path

Searched refs:alloc_hooks (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.14.4/include/linux/
Dvmalloc.h138 #define vmalloc(...) alloc_hooks(vmalloc_noprof(__VA_ARGS__))
141 #define vzalloc(...) alloc_hooks(vzalloc_noprof(__VA_ARGS__))
144 #define vmalloc_user(...) alloc_hooks(vmalloc_user_noprof(__VA_ARGS__))
147 #define vmalloc_node(...) alloc_hooks(vmalloc_node_noprof(__VA_ARGS__))
150 #define vzalloc_node(...) alloc_hooks(vzalloc_node_noprof(__VA_ARGS__))
153 #define vmalloc_32(...) alloc_hooks(vmalloc_32_noprof(__VA_ARGS__))
156 #define vmalloc_32_user(...) alloc_hooks(vmalloc_32_user_noprof(__VA_ARGS__))
159 #define __vmalloc(...) alloc_hooks(__vmalloc_noprof(__VA_ARGS__))
165 #define __vmalloc_node_range(...) alloc_hooks(__vmalloc_node_range_noprof(__VA_ARGS__))
169 #define __vmalloc_node(...) alloc_hooks(__vmalloc_node_noprof(__VA_ARGS__))
[all …]
Dgfp.h207 #define __alloc_pages(...) alloc_hooks(__alloc_pages_noprof(__VA_ARGS__))
211 #define __folio_alloc(...) alloc_hooks(__folio_alloc_noprof(__VA_ARGS__))
216 #define __alloc_pages_bulk(...) alloc_hooks(alloc_pages_bulk_noprof(__VA_ARGS__))
222 alloc_hooks(alloc_pages_bulk_mempolicy_noprof(__VA_ARGS__))
239 alloc_hooks(alloc_pages_bulk_node_noprof(__VA_ARGS__))
268 #define __alloc_pages_node(...) alloc_hooks(__alloc_pages_node_noprof(__VA_ARGS__))
279 #define __folio_alloc_node(...) alloc_hooks(__folio_alloc_node_noprof(__VA_ARGS__))
295 #define alloc_pages_node(...) alloc_hooks(alloc_pages_node_noprof(__VA_ARGS__))
322 #define alloc_pages(...) alloc_hooks(alloc_pages_noprof(__VA_ARGS__))
323 #define folio_alloc(...) alloc_hooks(folio_alloc_noprof(__VA_ARGS__))
[all …]
Dslab.h466 #define krealloc(...) alloc_hooks(krealloc_noprof(__VA_ARGS__))
735 #define kmem_cache_alloc(...) alloc_hooks(kmem_cache_alloc_noprof(__VA_ARGS__))
739 #define kmem_cache_alloc_lru(...) alloc_hooks(kmem_cache_alloc_lru_noprof(__VA_ARGS__))
786 #define kmem_cache_alloc_bulk(...) alloc_hooks(kmem_cache_alloc_bulk_noprof(__VA_ARGS__))
795 #define kmem_cache_alloc_node(...) alloc_hooks(kmem_cache_alloc_node_noprof(__VA_ARGS__))
907 #define kmalloc(...) alloc_hooks(kmalloc_noprof(__VA_ARGS__))
910 alloc_hooks(__kmalloc_node_noprof(PASS_BUCKET_PARAMS(_size, _b), _flags, NUMA_NO_NODE))
913alloc_hooks(__kmalloc_node_track_caller_noprof(PASS_BUCKET_PARAMS(_size, _b), _flags, NUMA_NO_NODE…
930 #define kmalloc_node(...) alloc_hooks(kmalloc_node_noprof(__VA_ARGS__))
948 #define kmalloc_array(...) alloc_hooks(kmalloc_array_noprof(__VA_ARGS__))
[all …]
Dpercpu.h144 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))
Dmempool.h48 alloc_hooks(mempool_init_noprof(__VA_ARGS__))
57 alloc_hooks(mempool_create_node_noprof(__VA_ARGS__))
68 alloc_hooks(mempool_alloc_noprof(__VA_ARGS__))
Drhashtable-types.h136 #define rhashtable_init(...) alloc_hooks(rhashtable_init_noprof(__VA_ARGS__))
140 #define rhltable_init(...) alloc_hooks(rhltable_init_noprof(__VA_ARGS__))
Dsockptr.h136 #define memdup_sockptr(...) alloc_hooks(memdup_sockptr_noprof(__VA_ARGS__))
151 #define memdup_sockptr_nul(...) alloc_hooks(memdup_sockptr_nul_noprof(__VA_ARGS__))
Dskb_array.h184 #define skb_array_init(...) alloc_hooks(skb_array_init_noprof(__VA_ARGS__))
213 alloc_hooks(skb_array_resize_multiple_bh_noprof(__VA_ARGS__))
Dptr_ring.h500 #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__))
665 alloc_hooks(ptr_ring_resize_multiple_bh_noprof(__VA_ARGS__))
Dbpfptr.h80 #define kvmemdup_bpfptr(...) alloc_hooks(kvmemdup_bpfptr_noprof(__VA_ARGS__))
Dalloc_tag.h238 #define alloc_hooks(_do_alloc) \ macro
Dstring.h305 #define kmemdup(...) alloc_hooks(kmemdup_noprof(__VA_ARGS__))
Dmm_types.h1262 #define mm_alloc_cid(...) alloc_hooks(mm_alloc_cid_noprof(__VA_ARGS__))
Dfortify-string.h767 #define kmemdup(...) alloc_hooks(kmemdup_noprof(__VA_ARGS__))
/linux-6.14.4/include/asm-generic/
Dpgalloc.h28 #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__))
146 #define pmd_alloc_one(...) alloc_hooks(pmd_alloc_one_noprof(__VA_ARGS__))
179 #define __pud_alloc_one(...) alloc_hooks(__pud_alloc_one_noprof(__VA_ARGS__))
195 #define pud_alloc_one(...) alloc_hooks(pud_alloc_one_noprof(__VA_ARGS__))
233 #define __p4d_alloc_one(...) alloc_hooks(__p4d_alloc_one_noprof(__VA_ARGS__))
240 #define p4d_alloc_one(...) alloc_hooks(p4d_alloc_one_noprof(__VA_ARGS__))
277 #define __pgd_alloc(...) alloc_hooks(__pgd_alloc_noprof(__VA_ARGS__))
/linux-6.14.4/Documentation/mm/
Dallocation-profiling.rst63 invocation, alloc_hooks(), that
69 This allows for alloc_hooks() calls to be nested, with the most recent one
88 #define foo(...) alloc_hooks(foo_noprof(__VA_ARGS__))
/linux-6.14.4/lib/
Dslub_kunit.c144 u8 *p = alloc_hooks(__kmalloc_cache_noprof(s, GFP_KERNEL, 18)); in test_kmalloc_redzone_access()
202 p = alloc_hooks(__kmalloc_cache_noprof(s, GFP_KERNEL, 48)); in test_krealloc_redzone_zeroing()
/linux-6.14.4/include/net/
Dnetlabel.h288 alloc_hooks(netlbl_secattr_cache_alloc_noprof(__VA_ARGS__))
321 #define netlbl_catmap_alloc(...) alloc_hooks(netlbl_catmap_alloc_noprof(__VA_ARGS__))
387 #define netlbl_secattr_alloc(...) alloc_hooks(netlbl_secattr_alloc_noprof(__VA_ARGS__))
Dtcx.h88 #define tcx_entry_create(...) alloc_hooks(tcx_entry_create_noprof(__VA_ARGS__))
/linux-6.14.4/net/sunrpc/auth_gss/
Dauth_gss_internal.h47 #define simple_get_netobj(...) alloc_hooks(simple_get_netobj_noprof(__VA_ARGS__))
/linux-6.14.4/include/crypto/internal/
Dacompress.h80 #define __acomp_request_alloc(...) alloc_hooks(__acomp_request_alloc_noprof(__VA_ARGS__))
/linux-6.14.4/fs/bcachefs/
Ddarray.h27 #define __bch2_darray_resize(...) alloc_hooks(__bch2_darray_resize_noprof(__VA_ARGS__))
/linux-6.14.4/include/crypto/
Dhash.h572 #define ahash_request_alloc(...) alloc_hooks(ahash_request_alloc_noprof(__VA_ARGS__))
Dskcipher.h852 #define skcipher_request_alloc(...) alloc_hooks(skcipher_request_alloc_noprof(__VA_ARGS__))
/linux-6.14.4/mm/
Dinternal.h748 alloc_hooks(__alloc_frozen_pages_noprof(__VA_ARGS__))
762 alloc_hooks(alloc_frozen_pages_noprof(__VA_ARGS__))

12