/openbmc/linux/tools/testing/scatterlist/linux/ |
H A D | mm.h | 65 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro 69 __UNIQUE_ID(min1_), __UNIQUE_ID(min2_), \ 74 __UNIQUE_ID(min1_), __UNIQUE_ID(min2_), \
|
/openbmc/linux/include/linux/ |
H A D | minmax.h | 58 __cmp_once(op, x, y, __UNIQUE_ID(__x), __UNIQUE_ID(__y))) 77 __clamp_once(val, lo, hi, __UNIQUE_ID(__val), \ 78 __UNIQUE_ID(__lo), __UNIQUE_ID(__hi))); })
|
H A D | rcupdate.h | 464 #define unrcu_pointer(p) __unrcu_pointer(p, __UNIQUE_ID(rcu)) 492 #define rcu_dereference_raw(p) __rcu_dereference_raw(p, __UNIQUE_ID(rcu)) 587 #define rcu_access_pointer(p) __rcu_access_pointer((p), __UNIQUE_ID(rcu), __rcu) 623 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \ 639 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \ 655 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \ 667 __rcu_dereference_check((p), __UNIQUE_ID(rcu), 1, __rcu) 686 __rcu_dereference_protected((p), __UNIQUE_ID(rcu), (c), __rcu)
|
H A D | compiler.h | 181 #ifndef __UNIQUE_ID 182 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) macro 215 __UNIQUE_ID(__PASTE(__addressable_,sym)) = (void *)&sym;
|
H A D | dynamic_debug.h | 248 __dynamic_func_call_cls(__UNIQUE_ID(ddebug), cls, fmt, func, ##__VA_ARGS__) 258 __dynamic_func_call_cls_no_desc(__UNIQUE_ID(ddebug), cls, fmt, \
|
H A D | compiler-clang.h | 20 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
|
H A D | compiler-gcc.h | 42 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
|
H A D | cleanup.h | 109 CLASS(_name, __UNIQUE_ID(guard))
|
H A D | srcu.h | 169 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \
|
H A D | moduleparam.h | 24 static const char __UNIQUE_ID(name)[] \
|
H A D | serial_core.h | 930 static const struct earlycon_id __UNIQUE_ID(__earlycon_##_name) \
|
H A D | pci.h | 2194 class_shift, hook, __UNIQUE_ID(hook))
|
/openbmc/u-boot/include/linux/ |
H A D | compiler.h | 195 #ifndef __UNIQUE_ID 196 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) macro
|
H A D | compiler-gcc.h | 183 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
|
/openbmc/linux/include/kunit/ |
H A D | test.h | 371 __kunit_test_suites(__UNIQUE_ID(array), \ 397 __kunit_test_suites(CONCATENATE(__UNIQUE_ID(array), _probe), \
|
/openbmc/linux/arch/x86/kvm/ |
H A D | emulate.c | 329 __FOPNOP(__stringify(__UNIQUE_ID(nop)))
|