Home
last modified time | relevance | path

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

12

/linux-6.15/include/linux/
H A Dgfp.h226 #define __alloc_pages(...) alloc_hooks(__alloc_pages_noprof(__VA_ARGS__))
230 #define __folio_alloc(...) alloc_hooks(__folio_alloc_noprof(__VA_ARGS__))
241 alloc_hooks(alloc_pages_bulk_mempolicy_noprof(__VA_ARGS__))
258 alloc_hooks(alloc_pages_bulk_node_noprof(__VA_ARGS__))
341 #define alloc_pages(...) alloc_hooks(alloc_pages_noprof(__VA_ARGS__))
342 #define folio_alloc(...) alloc_hooks(folio_alloc_noprof(__VA_ARGS__))
344 #define vma_alloc_folio(...) alloc_hooks(vma_alloc_folio_noprof(__VA_ARGS__))
355 #define alloc_page_vma(...) alloc_hooks(alloc_page_vma_noprof(__VA_ARGS__))
358 #define try_alloc_pages(...) alloc_hooks(try_alloc_pages_noprof(__VA_ARGS__))
361 #define __get_free_pages(...) alloc_hooks(get_free_pages_noprof(__VA_ARGS__))
[all …]
H A Dvmalloc.h139 #define vmalloc(...) alloc_hooks(vmalloc_noprof(__VA_ARGS__))
142 #define vzalloc(...) alloc_hooks(vzalloc_noprof(__VA_ARGS__))
145 #define vmalloc_user(...) alloc_hooks(vmalloc_user_noprof(__VA_ARGS__))
148 #define vmalloc_node(...) alloc_hooks(vmalloc_node_noprof(__VA_ARGS__))
151 #define vzalloc_node(...) alloc_hooks(vzalloc_node_noprof(__VA_ARGS__))
154 #define vmalloc_32(...) alloc_hooks(vmalloc_32_noprof(__VA_ARGS__))
160 #define __vmalloc(...) alloc_hooks(__vmalloc_noprof(__VA_ARGS__))
173 #define vmalloc_huge(...) alloc_hooks(vmalloc_huge_noprof(__VA_ARGS__))
182 #define __vcalloc(...) alloc_hooks(__vcalloc_noprof(__VA_ARGS__))
185 #define vcalloc(...) alloc_hooks(vcalloc_noprof(__VA_ARGS__))
[all …]
H A Dslab.h470 #define krealloc(...) alloc_hooks(krealloc_noprof(__VA_ARGS__))
911 #define kmalloc(...) alloc_hooks(kmalloc_noprof(__VA_ARGS__))
934 #define kmalloc_node(...) alloc_hooks(kmalloc_node_noprof(__VA_ARGS__))
950 #define kmalloc_array(...) alloc_hooks(kmalloc_array_noprof(__VA_ARGS__))
981 #define krealloc_array(...) alloc_hooks(krealloc_array_noprof(__VA_ARGS__))
996 alloc_hooks(kmalloc_node_track_caller_noprof(__VA_ARGS__, _RET_IP_))
1041 #define kzalloc(...) alloc_hooks(kzalloc_noprof(__VA_ARGS__))
1047 #define kvmalloc_node(...) alloc_hooks(kvmalloc_node_noprof(__VA_ARGS__))
1073 #define kvcalloc_node(...) alloc_hooks(kvcalloc_node_noprof(__VA_ARGS__))
1074 #define kvcalloc(...) alloc_hooks(kvcalloc_noprof(__VA_ARGS__))
[all …]
H A Dpercpu.h140 alloc_hooks(pcpu_alloc_noprof(_size, _align, false, _gfp))
142 alloc_hooks(pcpu_alloc_noprof(_size, _align, false, GFP_KERNEL))
144 alloc_hooks(pcpu_alloc_noprof(_size, _align, true, GFP_KERNEL))
H A 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__))
H A Drhashtable-types.h136 #define rhashtable_init(...) alloc_hooks(rhashtable_init_noprof(__VA_ARGS__))
140 #define rhltable_init(...) alloc_hooks(rhltable_init_noprof(__VA_ARGS__))
H A 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__))
H A 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__))
H A 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__))
H A Dbpfptr.h80 #define kvmemdup_bpfptr(...) alloc_hooks(kvmemdup_bpfptr_noprof(__VA_ARGS__))
H A Dalloc_tag.h250 #define alloc_hooks(_do_alloc) \ macro
H A Dstring.h305 #define kmemdup(...) alloc_hooks(kmemdup_noprof(__VA_ARGS__))
H A Dfortify-string.h767 #define kmemdup(...) alloc_hooks(kmemdup_noprof(__VA_ARGS__))
H A Dmm_types.h1359 #define mm_alloc_cid(...) alloc_hooks(mm_alloc_cid_noprof(__VA_ARGS__))
/linux-6.15/include/asm-generic/
H A 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.15/Documentation/mm/
H A 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.15/net/sunrpc/auth_gss/
H A Dauth_gss_internal.h47 #define simple_get_netobj(...) alloc_hooks(simple_get_netobj_noprof(__VA_ARGS__))
/linux-6.15/include/net/
H A 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__))
H A Dtcx.h88 #define tcx_entry_create(...) alloc_hooks(tcx_entry_create_noprof(__VA_ARGS__))
/linux-6.15/lib/tests/
H A Dslub_kunit.c145 u8 *p = alloc_hooks(__kmalloc_cache_noprof(s, GFP_KERNEL, 18)); in test_kmalloc_redzone_access()
260 p = alloc_hooks(__kmalloc_cache_noprof(s, GFP_KERNEL, 48)); in test_krealloc_redzone_zeroing()
/linux-6.15/include/crypto/
H A Dacompress.h291 #define acomp_request_alloc(...) alloc_hooks(acomp_request_alloc_noprof(__VA_ARGS__))
302 #define acomp_request_alloc_extra(...) alloc_hooks(acomp_request_alloc_extra_noprof(__VA_ARGS__))
H A Dskcipher.h859 #define skcipher_request_alloc(...) alloc_hooks(skcipher_request_alloc_noprof(__VA_ARGS__))
H A Dhash.h579 #define ahash_request_alloc(...) alloc_hooks(ahash_request_alloc_noprof(__VA_ARGS__))
/linux-6.15/fs/bcachefs/
H A Ddarray.h27 #define __bch2_darray_resize(...) alloc_hooks(__bch2_darray_resize_noprof(__VA_ARGS__))
/linux-6.15/mm/
H A Dinternal.h795 alloc_hooks(__alloc_frozen_pages_noprof(__VA_ARGS__))
809 alloc_hooks(alloc_frozen_pages_noprof(__VA_ARGS__))

12