Home
last modified time | relevance | path

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

/include/linux/
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);
173 const void *caller) __alloc_size(1);
177 int node, const void *caller) __alloc_size(1);
191 extern void *vmalloc_array_noprof(size_t n, size_t size) __alloc_size(1, 2);
[all …]
A Dslab.h823 __assume_kmalloc_alignment __alloc_size(1);
826 __assume_kmalloc_alignment __alloc_size(1);
829 __assume_kmalloc_alignment __alloc_size(3);
833 __assume_kmalloc_alignment __alloc_size(4);
836 __assume_page_alignment __alloc_size(1);
839 __assume_page_alignment __alloc_size(1);
896 static __always_inline __alloc_size(1) void *kmalloc_noprof(size_t size, gfp_t flags) in kmalloc_noprof()
942 static inline __alloc_size(1, 2) void *kmalloc_array_noprof(size_t n, size_t size, gfp_t flags) in kmalloc_array_noprof()
992 unsigned long caller) __alloc_size(1);
1037 static inline __alloc_size(1) void *kzalloc_noprof(size_t size, gfp_t flags) in kzalloc_noprof()
[all …]
A Dpercpu.h137 gfp_t gfp) __alloc_size(1);
A Dcompiler_types.h446 # define __alloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) __malloc macro
449 # define __alloc_size(x, ...) __malloc macro
A Dgfp.h366 void *alloc_pages_exact_noprof(size_t size, gfp_t gfp_mask) __alloc_size(1);
371 __meminit void *alloc_pages_exact_nid_noprof(int nid, size_t size, gfp_t gfp_mask) __alloc_size(2);
/include/linux/device/
A Ddevres.h47 void * __alloc_size(2)

Completed in 13 milliseconds