Searched refs:_from (Results 1 – 5 of 5) 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/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 …, int(time_pre_dec), int(time_post_dec), int(core_busy), int(scaled), int(_from), int(_to), int(mp… 453 _from = search_obj.group(14) 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)
|