Searched refs:__alloc_size (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | vmalloc.h | 150 extern void *vmalloc_noprof(unsigned long size) __alloc_size(1); 153 extern void *vzalloc_noprof(unsigned long size) __alloc_size(1); 156 extern void *vmalloc_user_noprof(unsigned long size) __alloc_size(1); 159 extern void *vmalloc_node_noprof(unsigned long size, int node) __alloc_size(1); 162 extern void *vzalloc_node_noprof(unsigned long size, int node) __alloc_size(1); 165 extern void *vmalloc_32_noprof(unsigned long size) __alloc_size(1); 168 extern void *vmalloc_32_user_noprof(unsigned long size) __alloc_size(1); 171 extern void *__vmalloc_noprof(unsigned long size, gfp_t gfp_mask) __alloc_size(1); 177 const void *caller) __alloc_size(1); 181 int node, const void *caller) __alloc_size(1); [all …]
|
| H A D | slab.h | 868 __assume_kmalloc_alignment __alloc_size(1); 871 __assume_kmalloc_alignment __alloc_size(1); 874 __assume_kmalloc_alignment __alloc_size(3); 878 __assume_kmalloc_alignment __alloc_size(4); 881 __assume_page_alignment __alloc_size(1); 884 __assume_page_alignment __alloc_size(1); 941 static __always_inline __alloc_size(1) void *kmalloc_noprof(size_t size, gfp_t flags) in kmalloc_noprof() 1068 static __always_inline __alloc_size(1) void *kmalloc_node_noprof(size_t size, gfp_t flags, int node) in kmalloc_node_noprof() 1091 static inline __alloc_size(1, 2) void *kmalloc_array_noprof(size_t n, size_t size, gfp_t flags) in kmalloc_array_noprof() 1141 unsigned long caller) __alloc_size(1); [all …]
|
| H A D | compiler_types.h | 515 # define __alloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) __malloc macro 518 # define __alloc_size(x, ...) __malloc macro
|
| H A D | percpu.h | 137 gfp_t gfp) __alloc_size(1);
|
| H A D | gfp.h | 374 void *alloc_pages_exact_noprof(size_t size, gfp_t gfp_mask) __alloc_size(1); 379 __meminit void *alloc_pages_exact_nid_noprof(int nid, size_t size, gfp_t gfp_mask) __alloc_size(2);
|