Searched refs:__UNIQUE_ID (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/tools/testing/scatterlist/linux/ |
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_), \
|
/linux-6.6.21/include/linux/ |
D | rcupdate.h | 433 #define unrcu_pointer(p) __unrcu_pointer(p, __UNIQUE_ID(rcu)) 461 #define rcu_dereference_raw(p) __rcu_dereference_raw(p, __UNIQUE_ID(rcu)) 556 #define rcu_access_pointer(p) __rcu_access_pointer((p), __UNIQUE_ID(rcu), __rcu) 592 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \ 608 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \ 624 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \ 636 __rcu_dereference_check((p), __UNIQUE_ID(rcu), 1, __rcu) 655 __rcu_dereference_protected((p), __UNIQUE_ID(rcu), (c), __rcu)
|
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))); })
|
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;
|
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, \
|
D | compiler-clang.h | 20 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
|
D | compiler-gcc.h | 42 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
|
D | cleanup.h | 109 CLASS(_name, __UNIQUE_ID(guard))
|
D | srcu.h | 169 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \
|
D | moduleparam.h | 24 static const char __UNIQUE_ID(name)[] \
|
D | serial_core.h | 911 static const struct earlycon_id __UNIQUE_ID(__earlycon_##_name) \
|
D | pci.h | 2208 class_shift, hook, __UNIQUE_ID(hook))
|
/linux-6.6.21/include/kunit/ |
D | test.h | 371 __kunit_test_suites(__UNIQUE_ID(array), \ 397 __kunit_test_suites(CONCATENATE(__UNIQUE_ID(array), _probe), \
|
/linux-6.6.21/arch/x86/kvm/ |
D | emulate.c | 329 __FOPNOP(__stringify(__UNIQUE_ID(nop)))
|