Searched refs:__alloc_size (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| A D | vmalloc.h | 143 extern void *vmalloc_noprof(unsigned long size) __alloc_size(1); 146 extern void *vzalloc_noprof(unsigned long size) __alloc_size(1); 149 extern void *vmalloc_user_noprof(unsigned long size) __alloc_size(1); 152 extern void *vmalloc_node_noprof(unsigned long size, int node) __alloc_size(1); 158 extern void *vmalloc_32_noprof(unsigned long size) __alloc_size(1); 161 extern void *vmalloc_32_user_noprof(unsigned long size) __alloc_size(1); 170 const void *caller) __alloc_size(1); 174 int node, const void *caller) __alloc_size(1); 177 void *vmalloc_huge_noprof(unsigned long size, gfp_t gfp_mask) __alloc_size(1); 183 extern void *vmalloc_array_noprof(size_t n, size_t size) __alloc_size(1, 2); [all …]
|
| A D | slab.h | 796 __assume_kmalloc_alignment __alloc_size(1); 799 __assume_kmalloc_alignment __alloc_size(1); 802 __assume_kmalloc_alignment __alloc_size(3); 806 __assume_kmalloc_alignment __alloc_size(4); 809 __assume_page_alignment __alloc_size(1); 812 __assume_page_alignment __alloc_size(1); 869 static __always_inline __alloc_size(1) void *kmalloc_noprof(size_t size, gfp_t flags) in kmalloc_noprof() 915 static inline __alloc_size(1, 2) void *kmalloc_array_noprof(size_t n, size_t size, gfp_t flags) in kmalloc_array_noprof() 967 unsigned long caller) __alloc_size(1); 1012 static inline __alloc_size(1) void *kzalloc_noprof(size_t size, gfp_t flags) in kzalloc_noprof() [all …]
|
| A D | compiler_types.h | 405 # define __alloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) __malloc macro 408 # define __alloc_size(x, ...) __malloc macro
|
| A D | percpu.h | 141 gfp_t gfp) __alloc_size(1);
|
| A D | gfp.h | 356 void *alloc_pages_exact_noprof(size_t size, gfp_t gfp_mask) __alloc_size(1); 361 __meminit void *alloc_pages_exact_nid_noprof(int nid, size_t size, gfp_t gfp_mask) __alloc_size(2);
|
| A D | device.h | 319 void *devm_kmalloc(struct device *dev, size_t size, gfp_t gfp) __alloc_size(2);
|
Completed in 14 milliseconds