Home
last modified time | relevance | path

Searched refs:kmalloc_noprof (Results 1 – 7 of 7) sorted by relevance

/linux-6.14.4/include/linux/
Dslab.h892 static __always_inline __alloc_size(1) void *kmalloc_noprof(size_t size, gfp_t flags) in kmalloc_noprof() function
907 #define kmalloc(...) alloc_hooks(kmalloc_noprof(__VA_ARGS__))
945 return kmalloc_noprof(bytes, flags); in kmalloc_array_noprof()
946 return kmalloc_noprof(bytes, flags); in kmalloc_array_noprof()
1037 return kmalloc_noprof(size, flags | __GFP_ZERO); in kzalloc_noprof()
/linux-6.14.4/Documentation/mm/
Dallocation-profiling.rst82 - switch its allocation call to the _noprof() version, e.g. kmalloc_noprof()
104 alloc_hooks_tag(ht->your_saved_tag, kmalloc_noprof(...))
/linux-6.14.4/include/crypto/
Dhash.h564 req = kmalloc_noprof(sizeof(struct ahash_request) + in ahash_request_alloc_noprof()
Dskcipher.h844 req = kmalloc_noprof(sizeof(struct skcipher_request) + in skcipher_request_alloc_noprof()
/linux-6.14.4/mm/
Dmempool.c577 return kmalloc_noprof(size, gfp_mask); in mempool_kmalloc()
Dnommu.c125 return kmalloc_noprof(size, (gfp_mask | __GFP_COMP) & ~__GFP_HIGHMEM); in __vmalloc_noprof()
/linux-6.14.4/lib/
Drhashtable.c134 kmalloc_noprof(PAGE_SIZE, GFP_ATOMIC|__GFP_ZERO)); in nested_table_alloc()
162 kmalloc_noprof(size, gfp|__GFP_ZERO)); in nested_bucket_table_alloc()