Home
last modified time | relevance | path

Searched refs:__realloc_size (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
A Dstring.h17 extern void *memdup_user(const void __user *, size_t) __realloc_size(2);
18 extern void *vmemdup_user(const void __user *, size_t) __realloc_size(2);
30 static inline __realloc_size(2, 3)
50 static inline __realloc_size(2, 3)
303 extern void *kmemdup_noprof(const void *src, size_t len, gfp_t gfp) __realloc_size(2);
306 extern void *kvmemdup(const void *src, size_t len, gfp_t gfp) __realloc_size(2);
309 __realloc_size(2, 3);
A Dcompiler_types.h406 # define __realloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) macro
409 # define __realloc_size(x, ...) macro
A Dslab.h443 gfp_t flags) __realloc_size(2);
944 static inline __realloc_size(2, 3) void * __must_check krealloc_array_noprof(void *p, in krealloc_array_noprof()
1052 __realloc_size(2);
A Ddevice.h321 gfp_t gfp) __must_check __realloc_size(3);
345 static inline __realloc_size(3, 4) void * __must_check
360 __realloc_size(3);
A Dvmalloc.h193 __realloc_size(2);
A Dfortify-string.h743 __realloc_size(2);
/linux/rust/helpers/
A Dslab.c5 void * __must_check __realloc_size(2)
/linux/mm/
A Dslab_common.c1202 static __always_inline __realloc_size(2) void *

Completed in 19 milliseconds