Searched refs:__UNIQUE_ID (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
H A D | minmax.h | 89 __cmp_once_unique(op, type, x, y, __UNIQUE_ID(x_), __UNIQUE_ID(y_)) 98 __careful_cmp_once(op, x, y, __UNIQUE_ID(x_), __UNIQUE_ID(y_)) 144 __careful_op3(min, x, y, z, __UNIQUE_ID(x_), __UNIQUE_ID(y_), __UNIQUE_ID(z_)) 153 __careful_op3(max, x, y, z, __UNIQUE_ID(x_), __UNIQUE_ID(y_), __UNIQUE_ID(z [all...] |
H A D | rcupdate.h | 527 #define unrcu_pointer(p) __unrcu_pointer(p, __UNIQUE_ID(rcu)) 555 #define rcu_dereference_raw(p) __rcu_dereference_raw(p, __UNIQUE_ID(rcu)) 650 #define rcu_access_pointer(p) __rcu_access_pointer((p), __UNIQUE_ID(rcu), __rcu) 686 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \ 702 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \ 718 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \ 730 __rcu_dereference_check((p), __UNIQUE_ID(rcu), 1, __rcu) 749 __rcu_dereference_protected((p), __UNIQUE_ID(rcu), (c), __rcu)
|
H A D | compiler.h | 166 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro 240 __UNIQUE_ID(__PASTE(__addressable_,sym)) = (void *)(uintptr_t)&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 | moduleparam.h | 24 static const char __UNIQUE_ID(name)[] \
|
H A D | serial_core.h | 1071 static const struct earlycon_id __UNIQUE_ID(__earlycon_##_name) \
|
/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_), \
|