Home
last modified time | relevance | path

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

/linux-6.15/net/smc/
H A Dsmc_stats.h92 #define SMC_STAT_PAYLOAD_SUB(_smc_stats, _tech, key, _len, _rc) \ argument
98 typeof(_rc) r = (_rc); \
116 typeof(rcode) _rc = (rcode); \
119 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_D, tx, _len, _rc); \
121 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_R, tx, _len, _rc); \
131 typeof(rcode) _rc = (rcode); \
134 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_D, rx, _len, _rc); \
136 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_R, rx, _len, _rc); \
/linux-6.15/arch/riscv/include/asm/
H A Datomic.h198 #define _arch_atomic_fetch_add_unless(_prev, _rc, counter, _a, _u, sfx) \ argument
208 : [p]"=&r" (_prev), [rc]"=&r" (_rc), [c]"+A" (counter) \
237 #define _arch_atomic_inc_unless_negative(_prev, _rc, counter, sfx) \ argument
247 : [p]"=&r" (_prev), [rc]"=&r" (_rc), [c]"+A" (counter) \
263 #define _arch_atomic_dec_unless_positive(_prev, _rc, counter, sfx) \ argument
273 : [p]"=&r" (_prev), [rc]"=&r" (_rc), [c]"+A" (counter) \
289 #define _arch_atomic_dec_if_positive(_prev, _rc, counter, sfx) \ argument
299 : [p]"=&r" (_prev), [rc]"=&r" (_rc), [c]"+A" (counter) \
/linux-6.15/tools/include/nolibc/
H A Darch-s390.h30 register long _rc __asm__ ("2"); \
34 : "=d"(_rc) \
38 _rc; \
/linux-6.15/drivers/media/tuners/
H A Dxc2028.c124 int _rc; \
126 if (size != _rc) \
128 _rc, (int)size); \
131 _rc; \
135 int _rc; \
138 if (isize != _rc) \
140 _rc, (int)isize); \
143 _rc; \
148 int _rc; \
150 (_rc = tuner_i2c_xfer_send(&priv->i2c_props, \
[all …]
/linux-6.15/drivers/net/ethernet/sfc/
H A Dmae.c323 if (_rc > U8_MAX) \
324 _rc = -EOPNOTSUPP; \
325 if (_rc >= 0) { \
326 _meta->keys._name##_idx = _rc; \
327 _rc = 0; \
329 _rc; \
334 if (_rc > U8_MAX) \
335 _rc = -EOPNOTSUPP; \
336 if (_rc >= 0) { \
338 _rc = 0; \
[all …]
/linux-6.15/arch/s390/include/asm/
H A Duaccess.h452 EX_TABLE_UA_FAULT(0b, 2b, %[_rc]) \
453 EX_TABLE_UA_FAULT(1b, 2b, %[_rc]) \
454 : [_rc] "=d" (__rc), \
/linux-6.15/drivers/media/pci/saa7134/
H A Dsaa7134.h713 long _rc; \
716 _rc = v4l2_device_call_until_err(&(dev)->v4l2_dev, \
720 _rc; \
/linux-6.15/arch/s390/kvm/
H A Dpv.c427 u16 _rc, _rrc; in kvm_s390_pv_deinit_cleanup_all() local
454 if (kvm_s390_pv_dispose_one_leftover(kvm, cur, &_rc, &_rrc)) { in kvm_s390_pv_deinit_cleanup_all()
462 *rc = _rc; in kvm_s390_pv_deinit_cleanup_all()
H A Dkvm-s390.c2483 u16 _rc, _rrc; in kvm_s390_cpus_from_pv() local
2496 if (kvm_s390_pv_destroy_cpu(vcpu, &_rc, &_rrc) && !ret) { in kvm_s390_cpus_from_pv()
2497 *rc = _rc; in kvm_s390_cpus_from_pv()
/linux-6.15/drivers/cpufreq/
H A Dpowernow-k8.c460 static void check_supported_cpu(void *_rc) in check_supported_cpu() argument
463 int *rc = _rc; in check_supported_cpu()
/linux-6.15/drivers/clk/nxp/
H A Dclk-lpc32xx.c697 #define LPC32XX_DEFINE_PLL_OPS(_name, _rc, _sr, _rr) \ argument
702 .recalc_rate = _rc, \
/linux-6.15/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2544 int _rc = pthread_join(tid, status); \
2545 if (_rc) { \
2547 (unsigned int)tid, _rc); \
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dxmit.c23 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) argument