Searched refs:__alloc_size (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| 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 | 508 # define __alloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) __malloc macro 511 # 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);
|