Home
last modified time | relevance | path

Searched refs:_to (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/include/rdma/
Duverbs_ioctl.h946 #define uverbs_get_const_signed(_to, _attrs_bundle, _idx) \ argument
951 type_min(typeof(*(_to))), \
952 type_max(typeof(*(_to))), NULL); \
953 (*(_to)) = _val; \
957 #define uverbs_get_const_unsigned(_to, _attrs_bundle, _idx) \ argument
962 type_max(typeof(*(_to))), NULL); \
963 (*(_to)) = _val; \
967 #define uverbs_get_const_default_signed(_to, _attrs_bundle, _idx, _default) \ argument
973 type_min(typeof(*(_to))), \
974 type_max(typeof(*(_to))), &_def_val); \
[all …]
/linux-5.19.10/drivers/net/ethernet/sfc/falcon/
Denum.h117 #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/
Denum.h117 #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/
Denum.h117 #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/
Duaccess.h97 : [rc] "=&d" (__rc), [_to] "+Q" (*(to)) \
151 EX_TABLE_UA_LOAD_MEM(0b, 2b, %[rc], %[_to], %[_ksize]) \
152 EX_TABLE_UA_LOAD_MEM(1b, 2b, %[rc], %[_to], %[_ksize]) \
155 [spec] "d" (__oac_spec.val), [_to] "a" (to), \
303 : [rc] "=d" (__rc), [_to] "+Q" (*(to)) \
/linux-5.19.10/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py326 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…
447 _to = search_obj.group(16)
480 …store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, …
/linux-5.19.10/drivers/usb/dwc3/
Dcore.h1503 #define DWC3_VER_IS_WITHIN(_ip, _from, _to) \ argument
1506 (!(_ip##_REVISION_##_to) || \
1507 dwc->revision <= _ip##_REVISION_##_to))
1509 #define DWC3_VER_TYPE_IS_WITHIN(_ip, _ver, _from, _to) \ argument
1512 (!(_ip##_VERSIONTYPE_##_to) || \
1513 dwc->version_type <= _ip##_VERSIONTYPE_##_to))
/linux-5.19.10/arch/alpha/include/asm/
Dpage.h24 extern void copy_page(void * _to, void * _from);
/linux-5.19.10/drivers/clk/at91/
Dsama7g5.c26 #define SAMA7G5_FILL_TABLE(_to, _from, _count) \ argument
30 (_to)[_i] = (_from)[_i]; \
/linux-5.19.10/kernel/sched/
Dsched.h2204 #define for_class_range(class, _from, _to) \ argument
2205 for (class = (_from); class < (_to); class++)