Home
last modified time | relevance | path

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

/linux/include/linux/
A Dslab.h869 static __always_inline __alloc_size(1) void *kmalloc_noprof(size_t size, gfp_t flags) in kmalloc_noprof() function
884 #define kmalloc(...) alloc_hooks(kmalloc_noprof(__VA_ARGS__))
922 return kmalloc_noprof(bytes, flags); in kmalloc_array_noprof()
923 return kmalloc_noprof(bytes, flags); in kmalloc_array_noprof()
1014 return kmalloc_noprof(size, flags | __GFP_ZERO); in kzalloc_noprof()
/linux/Documentation/mm/
A Dallocation-profiling.rst77 - switch its allocation call to the _noprof() version, e.g. kmalloc_noprof()
99 alloc_hooks_tag(ht->your_saved_tag, kmalloc_noprof(...))
/linux/include/crypto/
A Dhash.h564 req = kmalloc_noprof(sizeof(struct ahash_request) + in ahash_request_alloc_noprof()
A Dskcipher.h844 req = kmalloc_noprof(sizeof(struct skcipher_request) + in skcipher_request_alloc_noprof()
/linux/mm/
A Dmempool.c577 return kmalloc_noprof(size, gfp_mask); in mempool_kmalloc()
A Dnommu.c125 return kmalloc_noprof(size, (gfp_mask | __GFP_COMP) & ~__GFP_HIGHMEM); in __vmalloc_noprof()
/linux/lib/
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()

Completed in 20 milliseconds