Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dslab.h896 static __always_inline __alloc_size(1) void *kmalloc_noprof(size_t size, gfp_t flags) in kmalloc_noprof() function
911 #define kmalloc(...) alloc_hooks(kmalloc_noprof(__VA_ARGS__))
948 return kmalloc_noprof(bytes, flags); in kmalloc_array_noprof()
1039 return kmalloc_noprof(size, flags | __GFP_ZERO); in kzalloc_noprof()
/linux/Documentation/mm/
H A 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/include/crypto/
H A Dskcipher.h851 req = kmalloc_noprof(sizeof(struct skcipher_request) + in skcipher_request_alloc_noprof()
H A Dhash.h611 req = kmalloc_noprof(sizeof(struct ahash_request) + in ahash_request_alloc_noprof()
/linux/lib/
H A 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()
/linux/mm/
H A Dnommu.c118 return kmalloc_noprof(size, (gfp_mask | __GFP_COMP) & ~__GFP_HIGHMEM); in __vmalloc_noprof()