Searched refs:_from (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A 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/drivers/net/ethernet/sfc/siena/ |
| H A 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/drivers/net/ethernet/sfc/ |
| H A 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/tools/power/x86/intel_pstate_tracer/ |
| H A D | intel_pstate_tracer.py | 326 def store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, ts… argument 336 …, int(time_pre_dec), int(time_post_dec), int(core_busy), int(scaled), int(_from), int(_to), int(mp… 446 _from = search_obj.group(14) 480 …store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, …
|
| /linux/arch/alpha/include/asm/ |
| H A D | page.h | 19 extern void copy_page(void * _to, void * _from);
|
| /linux/drivers/clk/at91/ |
| H A D | pmc.h | 130 #define PMC_FILL_TABLE(_to, _from, _count) \ argument 134 (_to)[_i] = (_from)[_i]; \
|
| /linux/kernel/sched/ |
| H A D | sched.h | 2689 #define for_class_range(class, _from, _to) \ argument 2690 for (class = (_from); class < (_to); class++) 2695 #define for_active_class_range(class, _from, _to) \ argument 2696 for (class = (_from); class != (_to); class = next_active_class(class))
|