Searched refs:_to (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/sfc/falcon/ |
| D | enum.h | 117 #define LOOPBACK_CHANGED(_from, _to, _mask) \ argument 118 (!!((LOOPBACK_MASK(_from) ^ LOOPBACK_MASK(_to)) & (_mask))) 120 #define LOOPBACK_OUT_OF(_from, _to, _mask) \ argument 121 ((LOOPBACK_MASK(_from) & (_mask)) && !(LOOPBACK_MASK(_to) & (_mask)))
|
| /Linux-v5.4/drivers/net/ethernet/sfc/ |
| D | enum.h | 118 #define LOOPBACK_CHANGED(_from, _to, _mask) \ argument 119 (!!((LOOPBACK_MASK(_from) ^ LOOPBACK_MASK(_to)) & (_mask))) 121 #define LOOPBACK_OUT_OF(_from, _to, _mask) \ argument 122 ((LOOPBACK_MASK(_from) & (_mask)) && !(LOOPBACK_MASK(_to) & (_mask)))
|
| /Linux-v5.4/include/rdma/ |
| D | uverbs_ioctl.h | 937 #define uverbs_get_const(_to, _attrs_bundle, _idx) \ argument 941 type_min(typeof(*_to)), \ 942 type_max(typeof(*_to)), NULL); \ 943 (*_to) = _val; \ 947 #define uverbs_get_const_default(_to, _attrs_bundle, _idx, _default) \ argument 953 type_min(typeof(*_to)), \ 954 type_max(typeof(*_to)), &_def_val); \ 955 (*_to) = _val; \
|
| /Linux-v5.4/tools/power/x86/intel_pstate_tracer/ |
| D | intel_pstate_tracer.py | 329 def store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, ts… argument 339 …pre_dec), int(time_post_dec), int(core_busy), int(scaled), int(_from), int(_to), int(mperf), int(a… 454 _to = search_obj.group(16) 487 …store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, …
|
| /Linux-v5.4/arch/alpha/include/asm/ |
| D | page.h | 24 extern void copy_page(void * _to, void * _from);
|
| /Linux-v5.4/kernel/sched/ |
| D | sched.h | 1792 #define for_class_range(class, _from, _to) \ argument 1793 for (class = (_from); class != (_to); class = class->next)
|