Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvmalloc.h137 extern void *vmalloc_noprof(unsigned long size) __alloc_size(1);
140 extern void *vzalloc_noprof(unsigned long size) __alloc_size(1); in vmalloc_nr_pages()
143 extern void *vmalloc_user_noprof(unsigned long size) __alloc_size(1);
146 extern void *vmalloc_node_noprof(unsigned long size, int node) __alloc_size(1);
149 extern void *vzalloc_node_noprof(unsigned long size, int node) __alloc_size(1);
152 extern void *vmalloc_32_noprof(unsigned long size) __alloc_size(1);
155 extern void *vmalloc_32_user_noprof(unsigned long size) __alloc_size(1);
158 extern void *__vmalloc_noprof(unsigned long size, gfp_t gfp_mask) __alloc_size(1);
164 const void *caller) __alloc_size(1);
168 int node, const void *caller) __alloc_size(
[all...]
H A Dslab.h819 __assume_kmalloc_alignment __alloc_size(1);
822 __assume_kmalloc_alignment __alloc_size(1);
825 __assume_kmalloc_alignment __alloc_size(3);
829 __assume_kmalloc_alignment __alloc_size(4);
832 __assume_page_alignment __alloc_size(1);
835 __assume_page_alignment __alloc_size(1);
892 static __always_inline __alloc_size(1) void *kmalloc_noprof(size_t size, gfp_t flags) in kmalloc_noprof()
915 static __always_inline __alloc_size(1) void *kmalloc_node_noprof(size_t size, gfp_t flags, int node) in kmalloc_node_noprof()
938 static inline __alloc_size(1, 2) void *kmalloc_array_noprof(size_t n, size_t size, gfp_t flags) in kmalloc_array_noprof()
990 unsigned long caller) __alloc_size(1);
[all …]
H A Dcompiler_types.h430 # define __alloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) __malloc macro
433 # define __alloc_size(x, ...) __malloc macro
H A Dpercpu.h141 gfp_t gfp) __alloc_size(1);
H A Ddevice.h319 void *devm_kmalloc(struct device *dev, size_t size, gfp_t gfp) __alloc_size(2);