Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dslab.h489 * originally allocated size via the __alloc_size attribute.
823 __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()
919 static __always_inline __alloc_size(1) void *kmalloc_node_noprof(size_t size, gfp_t flags, int node) in kmalloc_node_noprof()
942 static inline __alloc_size(
[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 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);
/linux/include/linux/device/
H A Ddevres.h47 void * __alloc_size(2)