Home
last modified time | relevance | path

Searched refs:_rc (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/net/smc/
Dsmc_stats.h91 #define SMC_STAT_PAYLOAD_SUB(_smc_stats, _tech, key, _len, _rc) \ argument
97 typeof(_rc) r = (_rc); \
114 typeof(rcode) _rc = (rcode); \
117 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_D, tx, _len, _rc); \
119 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_R, tx, _len, _rc); \
129 typeof(rcode) _rc = (rcode); \
132 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_D, rx, _len, _rc); \
134 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_R, rx, _len, _rc); \
/Linux-v6.1/drivers/media/tuners/
Dxc2028.c124 int _rc; \
125 _rc = tuner_i2c_xfer_send(&priv->i2c_props, buf, size); \
126 if (size != _rc) \
128 _rc, (int)size); \
131 _rc; \
135 int _rc; \
136 _rc = tuner_i2c_xfer_send_recv(&priv->i2c_props, obuf, osize, \
138 if (isize != _rc) \
140 _rc, (int)isize); \
143 _rc; \
[all …]
/Linux-v6.1/drivers/media/pci/saa7134/
Dsaa7134.h725 long _rc; \
728 _rc = v4l2_device_call_until_err(&(dev)->v4l2_dev, \
732 _rc; \
/Linux-v6.1/drivers/cpufreq/
Dpowernow-k8.c460 static void check_supported_cpu(void *_rc) in check_supported_cpu() argument
463 int *rc = _rc; in check_supported_cpu()
/Linux-v6.1/drivers/clk/nxp/
Dclk-lpc32xx.c697 #define LPC32XX_DEFINE_PLL_OPS(_name, _rc, _sr, _rr) \ argument
702 .recalc_rate = _rc, \
/Linux-v6.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2514 int _rc = pthread_join(tid, status); \
2515 if (_rc) { \
2517 (unsigned int)tid, _rc); \
/Linux-v6.1/drivers/net/wireless/ath/ath9k/
Dxmit.c23 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) argument
/Linux-v6.1/arch/s390/kvm/
Dkvm-s390.c2350 u16 _rc, _rrc; in kvm_s390_cpus_from_pv() local
2363 if (kvm_s390_pv_destroy_cpu(vcpu, &_rc, &_rrc) && !ret) { in kvm_s390_cpus_from_pv()
2364 *rc = _rc; in kvm_s390_cpus_from_pv()