Home
last modified time | relevance | path

Searched refs:__same_type (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/include/linux/
Dmoduleparam.h130 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); \
Dcompiler.h282 #ifndef __same_type
283 # define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) macro
Dcompiler-gcc.h38 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0]))
Dsh_intc.h82 #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a)
Dhighmem.h122 BUILD_BUG_ON(__same_type((addr), struct page *)); \
/linux-2.6.39/kernel/trace/
Dring_buffer.c534 if (__same_type(*(b), struct ring_buffer_per_cpu)) { \