/linux-5.19.10/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-5.19.10/drivers/net/ethernet/sfc/ |
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-5.19.10/drivers/net/ethernet/sfc/siena/ |
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-5.19.10/arch/s390/include/asm/ |
D | uaccess.h | 98 : [_size] "d" (size), [_from] "Q" (*(from)), \ 154 : [_size] "d" (size), [_from] "Q" (*(from)), \ 348 : [_from] "Q" (*(from)) \
|
/linux-5.19.10/tools/power/x86/intel_pstate_tracer/ |
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-5.19.10/arch/alpha/include/asm/ |
D | page.h | 24 extern void copy_page(void * _to, void * _from);
|
/linux-5.19.10/drivers/usb/dwc3/ |
D | core.h | 1503 #define DWC3_VER_IS_WITHIN(_ip, _from, _to) \ argument 1505 dwc->revision >= _ip##_REVISION_##_from && \ 1509 #define DWC3_VER_TYPE_IS_WITHIN(_ip, _ver, _from, _to) \ argument 1511 dwc->version_type >= _ip##_VERSIONTYPE_##_from && \
|
/linux-5.19.10/drivers/clk/at91/ |
D | sama7g5.c | 26 #define SAMA7G5_FILL_TABLE(_to, _from, _count) \ argument 30 (_to)[_i] = (_from)[_i]; \
|
/linux-5.19.10/kernel/sched/ |
D | sched.h | 2204 #define for_class_range(class, _from, _to) \ argument 2205 for (class = (_from); class < (_to); class++)
|