Searched refs:__UNIQUE_ID (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/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_)) 195 __clamp_once(type, val, lo, hi, __UNIQUE_ID(v_), __UNIQUE_ID(l_), __UNIQUE_ID(h_))
|
| H A D | rcupdate.h | 521 #define unrcu_pointer(p) __unrcu_pointer(p, __UNIQUE_ID(rcu)) 549 #define rcu_dereference_raw(p) __rcu_dereference_raw(p, __UNIQUE_ID(rcu)) 644 #define rcu_access_pointer(p) __rcu_access_pointer((p), __UNIQUE_ID(rcu), __rcu) 680 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \ 696 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \ 712 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \ 724 __rcu_dereference_check((p), __UNIQUE_ID(rcu), 1, __rcu) 743 __rcu_dereference_protected((p), __UNIQUE_ID(rcu), (c), __rcu)
|
| H A D | cleanup.h | 319 CLASS(_name, __UNIQUE_ID(guard)) 343 __scoped_guard(_name, __UNIQUE_ID(label), args) 355 __scoped_cond_guard(_name, _fail, __UNIQUE_ID(label), args)
|
| H A D | compiler.h | 166 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro 286 __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 | srcu.h | 203 __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 | 1071 static const struct earlycon_id __UNIQUE_ID(__earlycon_##_name) \
|
| H A D | skbuff.h | 3719 __skb_frag_dma_map1(dev, frag, offset, __UNIQUE_ID(frag_), \ 3720 __UNIQUE_ID(offset_))
|
| H A D | pci.h | 2242 class_shift, hook, __UNIQUE_ID(hook))
|
| /linux-6.15/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_), \
|
| /linux-6.15/include/kunit/ |
| H A D | test.h | 378 __kunit_test_suites(__UNIQUE_ID(array), \ 409 __kunit_init_test_suites(CONCATENATE(__UNIQUE_ID(array), _probe), \
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | emulate.c | 329 __FOPNOP(__stringify(__UNIQUE_ID(nop)))
|