Home
last modified time | relevance | path

Searched refs:__UNIQUE_ID (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/tools/testing/scatterlist/linux/
H A Dmm.h65 #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 Dminmax.h58 __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 Drcupdate.h464 #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 Dcompiler.h181 #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 Ddynamic_debug.h248 __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 Dcompiler-clang.h20 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
H A Dcompiler-gcc.h42 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
H A Dcleanup.h109 CLASS(_name, __UNIQUE_ID(guard))
H A Dsrcu.h169 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \
H A Dmoduleparam.h24 static const char __UNIQUE_ID(name)[] \
H A Dserial_core.h930 static const struct earlycon_id __UNIQUE_ID(__earlycon_##_name) \
H A Dpci.h2194 class_shift, hook, __UNIQUE_ID(hook))
/openbmc/u-boot/include/linux/
H A Dcompiler.h195 #ifndef __UNIQUE_ID
196 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) macro
H A Dcompiler-gcc.h183 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
/openbmc/linux/include/kunit/
H A Dtest.h371 __kunit_test_suites(__UNIQUE_ID(array), \
397 __kunit_test_suites(CONCATENATE(__UNIQUE_ID(array), _probe), \
/openbmc/linux/arch/x86/kvm/
H A Demulate.c329 __FOPNOP(__stringify(__UNIQUE_ID(nop)))