Searched refs:__realloc_size (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | compiler_types.h | 360 # define __realloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) macro 363 # define __realloc_size(x, ...) macro
|
H A D | slab.h | 226 void * __must_check krealloc(const void *objp, size_t new_size, gfp_t flags) __realloc_size(2); 647 static inline __realloc_size(2, 3) void * __must_check krealloc_array(void *p, in krealloc_array() 765 __realloc_size(3);
|
H A D | string.h | 219 extern void *kmemdup(const void *src, size_t len, gfp_t gfp) __realloc_size(2); 220 extern void *kvmemdup(const void *src, size_t len, gfp_t gfp) __realloc_size(2);
|
H A D | device.h | 307 gfp_t gfp) __must_check __realloc_size(3); 331 static inline __realloc_size(3, 4) void * __must_check 346 __realloc_size(3);
|
H A D | fortify-string.h | 770 __realloc_size(2);
|
/openbmc/linux/mm/ |
H A D | slab_common.c | 1375 static __always_inline __realloc_size(2) void *
|