Home
last modified time | relevance | path

Searched refs:__alloc_size (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dvmalloc.h146 extern void *vmalloc_noprof(unsigned long size) __alloc_size(1);
149 extern void *vzalloc_noprof(unsigned long size) __alloc_size(1);
152 extern void *vmalloc_user_noprof(unsigned long size) __alloc_size(1);
155 extern void *vmalloc_node_noprof(unsigned long size, int node) __alloc_size(1);
158 extern void *vzalloc_node_noprof(unsigned long size, int node) __alloc_size(1);
161 extern void *vmalloc_32_noprof(unsigned long size) __alloc_size(1);
164 extern void *vmalloc_32_user_noprof(unsigned long size) __alloc_size(1);
167 extern void *__vmalloc_noprof(unsigned long size, gfp_t gfp_mask) __alloc_size(1);
173 const void *caller) __alloc_size(1);
177 int node, const void *caller) __alloc_size(1);
[all …]
H A Dcompiler_types.h446 # define __alloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) __malloc macro
449 # define __alloc_size(x, ...) __malloc macro
H A Dpercpu.h137 gfp_t gfp) __alloc_size(1);
/linux/include/linux/device/
H A Ddevres.h47 void * __alloc_size(2)