Searched refs:_to (Results 1 – 9 of 9) sorted by relevance
/linux/include/rdma/ |
A D | uverbs_ioctl.h | 951 type_min(typeof(*(_to))), \ 952 type_max(typeof(*(_to))), NULL); \ 953 (*(_to)) = _val; \ 962 type_max(typeof(*(_to))), NULL); \ 963 (*(_to)) = _val; \ 973 type_min(typeof(*(_to))), \ 974 type_max(typeof(*(_to))), &_def_val); \ 975 (*(_to)) = _val; \ 985 type_max(typeof(*(_to))), &_def_val); \ 986 (*(_to)) = _val; \ [all …]
|
/linux/drivers/net/ethernet/sfc/falcon/ |
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/ |
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/ |
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 …pre_dec), int(time_post_dec), int(core_busy), int(scaled), int(_from), int(_to), int(mperf), int(a… 451 _to = search_obj.group(16) 484 …store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, …
|
/linux/drivers/usb/dwc3/ |
A D | core.h | 1485 #define DWC3_VER_IS_WITHIN(_ip, _from, _to) \ argument 1488 (!(_ip##_REVISION_##_to) || \ 1489 dwc->revision <= _ip##_REVISION_##_to)) 1491 #define DWC3_VER_TYPE_IS_WITHIN(_ip, _ver, _from, _to) \ argument 1494 (!(_ip##_VERSIONTYPE_##_to) || \ 1495 dwc->version_type <= _ip##_VERSIONTYPE_##_to))
|
/linux/arch/alpha/include/asm/ |
A D | page.h | 24 extern void copy_page(void * _to, void * _from);
|
/linux/arch/s390/include/asm/ |
A D | uaccess.h | 66 : [rc] "=&d" (__rc), [_to] "+Q" (*(to)) \
|
/linux/drivers/clk/at91/ |
A D | sama7g5.c | 26 #define SAMA7G5_FILL_TABLE(_to, _from, _count) \ argument 30 (_to)[_i] = (_from)[_i]; \
|
/linux/kernel/sched/ |
A D | sched.h | 2192 #define for_class_range(class, _from, _to) \ argument 2193 for (class = (_from); class != (_to); class--)
|
Completed in 29 milliseconds