Searched refs:kmalloc_noprof (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| A D | slab.h | 869 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 D | allocation-profiling.rst | 77 - 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 D | hash.h | 564 req = kmalloc_noprof(sizeof(struct ahash_request) + in ahash_request_alloc_noprof()
|
| A D | skcipher.h | 844 req = kmalloc_noprof(sizeof(struct skcipher_request) + in skcipher_request_alloc_noprof()
|
| /linux/mm/ |
| A D | mempool.c | 577 return kmalloc_noprof(size, gfp_mask); in mempool_kmalloc()
|
| A D | nommu.c | 125 return kmalloc_noprof(size, (gfp_mask | __GFP_COMP) & ~__GFP_HIGHMEM); in __vmalloc_noprof()
|
| /linux/lib/ |
| A D | rhashtable.c | 134 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