/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_stats.h | 90 #define SMC_STAT_PAYLOAD_SUB(_smc_stats, _tech, key, _len, _rc) \ 96 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); \
|
/kernel/linux/linux-5.10/arch/s390/hypfs/ |
H A D | hypfs_sprp.c | 29 register unsigned long _rc asm("3"); in __hypfs_sprp_diag304() 33 : "=d" (_rc) : "d" (_data), "d" (_cmd) : "memory"); in __hypfs_sprp_diag304() 35 return _rc; in __hypfs_sprp_diag304()
|
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | arch-s390.h | 29 register long _rc __asm__ ("2"); \ 33 : "=d"(_rc) \ 37 _rc; \
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | tuner-xc2028.c | 124 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...] |
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | xc2028.c | 124 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...] |
/kernel/linux/linux-5.10/arch/s390/boot/ |
H A D | ipl_parm.c | 29 register unsigned long _rc asm("1") = 0; in __diag308() 45 [addr] "+d" (_addr), "+d" (_rc) in __diag308() 50 return _rc; in __diag308()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mae.c | 332 int _rc = TABLE_FIND_KEY(&_meta->desc, TABLE_FIELD_ID_##_mcdi_name); \ 334 if (_rc > U8_MAX) \ 335 _rc = -EOPNOTSUPP; \ 336 if (_rc >= 0) { \ 337 _meta->keys._name##_idx = _rc; \ 338 _rc = 0; \ 340 _rc; \ 343 int _rc = TABLE_FIND_RESP(&_meta->desc, TABLE_FIELD_ID_##_mcdi_name); \ 345 if (_rc > U8_MAX) \ 346 _rc [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/ |
H A D | saa7134.h | 724 long _rc; \ 727 _rc = v4l2_device_call_until_err(&(dev)->v4l2_dev, \ 731 _rc; \
|
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/ |
H A D | saa7134.h | 713 long _rc; \ 716 _rc = v4l2_device_call_until_err(&(dev)->v4l2_dev, \ 720 _rc; \
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | pv.c | 426 u16 _rc, _rrc; in kvm_s390_pv_deinit_cleanup_all() local 453 if (kvm_s390_pv_dispose_one_leftover(kvm, cur, &_rc, &_rrc)) { in kvm_s390_pv_deinit_cleanup_all() 461 *rc = _rc; in kvm_s390_pv_deinit_cleanup_all()
|
H A D | kvm-s390.c | 2441 u16 _rc, _rrc; in kvm_s390_cpus_from_pv() local 2454 if (kvm_s390_pv_destroy_cpu(vcpu, &_rc, &_rrc) && !ret) { in kvm_s390_cpus_from_pv() 2455 *rc = _rc; in kvm_s390_cpus_from_pv()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | powernow-k8.c | 460 static void check_supported_cpu(void *_rc) in check_supported_cpu() argument 463 int *rc = _rc; in check_supported_cpu()
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | powernow-k8.c | 460 static void check_supported_cpu(void *_rc) in check_supported_cpu() argument 463 int *rc = _rc; in check_supported_cpu()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | ipl.c | 166 register unsigned long _rc asm("1") = 0; in __diag308() 172 : "+d" (_addr), "+d" (_rc) in __diag308() 174 return _rc; in __diag308()
|
/kernel/linux/linux-5.10/drivers/clk/nxp/ |
H A D | clk-lpc32xx.c | 697 #define LPC32XX_DEFINE_PLL_OPS(_name, _rc, _sr, _rr) \ 702 .recalc_rate = _rc, \
|
/kernel/linux/linux-6.6/drivers/clk/nxp/ |
H A D | clk-lpc32xx.c | 697 #define LPC32XX_DEFINE_PLL_OPS(_name, _rc, _sr, _rr) \ 702 .recalc_rate = _rc, \
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 2465 int _rc = pthread_join(tid, status); \ 2466 if (_rc) { \ 2468 (unsigned int)tid, _rc); \
|
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 2531 int _rc = pthread_join(tid, status); \ 2532 if (_rc) { \ 2534 (unsigned int)tid, _rc); \
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 23 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1)
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 23 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1)
|