Searched refs:__same_type (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/include/linux/ |
D | moduleparam.h | 130 name, ops, arg, __same_type((arg), bool *), perm) 162 __same_type(arg, bool *), \ 244 &var, __same_type(var, bool), perm) 335 BUILD_BUG_ON(!__same_type((p), bool *) && \ 336 !__same_type((p), unsigned int *) && \ 337 !__same_type((p), int *)); \ 379 __same_type(array[0], bool), perm); \
|
D | compiler.h | 282 #ifndef __same_type 283 # define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) macro
|
D | compiler-gcc.h | 38 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0]))
|
D | sh_intc.h | 82 #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a)
|
D | highmem.h | 122 BUILD_BUG_ON(__same_type((addr), struct page *)); \
|
/linux-2.6.39/kernel/trace/ |
D | ring_buffer.c | 534 if (__same_type(*(b), struct ring_buffer_per_cpu)) { \
|