Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dminmax.h89 __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 Drcupdate.h500 #define unrcu_pointer(p) __unrcu_pointer(p, __UNIQUE_ID(rcu))
528 #define rcu_dereference_raw(p) __rcu_dereference_raw(p, __UNIQUE_ID(rcu))
625 #define rcu_access_pointer(p) __rcu_access_pointer((p), __UNIQUE_ID(rcu), __rcu)
661 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \
677 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \
693 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \
711 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \
723 __rcu_dereference_check((p), __UNIQUE_ID(rcu), 1, __rcu)
742 __rcu_dereference_protected((p), __UNIQUE_ID(rcu), (c), __rcu)
H A Ddynamic_debug.h259 __dynamic_func_call_cls(__UNIQUE_ID(ddebug), cls, fmt, func, ##__VA_ARGS__)
269 __dynamic_func_call_cls_no_desc(__UNIQUE_ID(ddebug), cls, fmt, \
H A Dfile.h253 __FD_ADD(__UNIQUE_ID(fd_prepare), _fd_flags, _file_owned)
H A Dsrcu.h251 __auto_type __v = __rcu_dereference_check((p), __UNIQUE_ID(rcu), \
H A Dpci.h2467 class_shift, hook, __UNIQUE_ID(hook))
/linux/tools/testing/scatterlist/linux/
H A Dmm.h64 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
68 __UNIQUE_ID(min1_), __UNIQUE_ID(min2_), \
73 __UNIQUE_ID(min1_), __UNIQUE_ID(min2_), \
/linux/include/drm/
H A Ddrm_exec.h85 __drm_exec_for_each_locked_object(exec, obj, __UNIQUE_ID(drm_exec))
102 __drm_exec_for_each_locked_object_reverse(exec, obj, __UNIQUE_ID(drm_exec))
/linux/include/net/libeth/
H A Dxdp.h685 __libeth_xdp_tx_fill_stats(sqe, desc, sinfo, __UNIQUE_ID(sqe_), \
686 __UNIQUE_ID(desc_), __UNIQUE_ID(sinfo_))
1106 __UNIQUE_ID(bq_), __UNIQUE_ID(ret_), \
1107 __UNIQUE_ID(nqs_))
1143 __UNIQUE_ID(bq_), __UNIQUE_ID(nqs_))
1858 __libeth_xdp_set_features_noredir(dev, __UNIQUE_ID(dev_), \
/linux/arch/arm64/include/asm/
H A Dsimd.h58 #define scoped_ksimd() __scoped_ksimd(__UNIQUE_ID(label))
/linux/kernel/sched/
H A Dsched.h3247 *__UNIQUE_ID(unlock1) __cleanup(__class_##_name##_cleanup_ctx1) = (void *)(_T1),\
3248 *__UNIQUE_ID(unlock2) __cleanup(__class_##_name##_cleanup_ctx2) = (void *)(_T2)