Home
last modified time | relevance | path

Searched refs:rs (Results 251 – 275 of 300) sorted by relevance

1...<<1112

/linux/Documentation/rust/
H A Dgeneral-information.rst102 bindings for the included subsystem. After building, see the ``*_generated.rs``
/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.h306 enum rtw89_rate_section rs; member
814 u8 bw, u8 ntx, u8 rs, u8 bf, u8 ch);
/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c190 unsigned long rs; in tlbiel_hash_set_isa300() local
194 rs = ((unsigned long)pid << PPC_BITLSHIFT(31)); in tlbiel_hash_set_isa300()
197 : : "r"(rb), "r"(rs), "i"(ric), "i"(prs), "i"(r) in tlbiel_hash_set_isa300()
/linux/drivers/mtd/nand/raw/
H A Ddiskonchip.c135 static int doc_ecc_decode(struct rs_control *rs, uint8_t *data, uint8_t *ecc) in doc_ecc_decode() argument
140 struct rs_codec *cd = rs->codec; in doc_ecc_decode()
172 nerr = decode_rs16(rs, NULL, NULL, 1019, syn, 0, errpos, 0, errval); in doc_ecc_decode()
/linux/lib/
H A Dtest_bpf.c1406 int rd, rs; in __bpf_fill_alu_reg_pairs() local
1435 for (rs = R0; rs <= R9; rs++) { in __bpf_fill_alu_reg_pairs()
1436 u64 val = rd == rs ? same : res; in __bpf_fill_alu_reg_pairs()
1898 int rd, rs, i = 0; in __bpf_fill_atomic_reg_pairs() local
1927 for (rs = R0; rs <= R9; rs++) { in __bpf_fill_atomic_reg_pairs()
1936 i += __bpf_ld_imm64(&insn[i], rs, upd); in __bpf_fill_atomic_reg_pairs()
1947 else if (R0 == rd || R0 == rs) in __bpf_fill_atomic_reg_pairs()
1964 if (rs == R0 && op == BPF_CMPXCHG) in __bpf_fill_atomic_reg_pairs()
1976 insn[i++] = BPF_JMP32_IMM(BPF_JEQ, rs, in __bpf_fill_atomic_reg_pairs()
1981 insn[i++] = BPF_JMP32_IMM(BPF_JEQ, rs, in __bpf_fill_atomic_reg_pairs()
[all …]
/linux/Documentation/core-api/
H A Dlibrs.rst32 The init function init_rs returns a pointer to an rs decoder structure,
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dallwinner,sun4i-a10-pinctrl.yaml108 "^([rs]-)?(([a-z0-9]{3,}|[a-oq-z][a-z0-9]*?)?-)+?(p[a-ilm][0-9]*?-)??pins?$":
/linux/arch/powerpc/include/asm/
H A Dkvm_ppc.h79 unsigned int rs, unsigned int bytes, int is_default_endian);
84 int rs, unsigned int bytes,
H A Dkvm_host.h391 void (*slbmte)(struct kvm_vcpu *vcpu, u64 rb, u64 rs);
/linux/tools/power/pm-graph/
H A Dsleepgraph.py91 rs = 0 variable in SystemValues
1353 if self.rs > 0:
2800 rs = ritem.time
2802 if(not (((s <= rs) and (e <= rs)) or
2864 if(not (((s <= rs) and (e <= rs)) or
6221 if sysvals.rs != 0:
6518 sysvals.rs = -1
6520 sysvals.rs = 1
6866 sysvals.rs = -1
6868 sysvals.rs = 1
[all …]
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c4343 u8 rs, eeprom_data; in ixgbe_set_soft_rate_select_speed() local
4349 rs = IXGBE_SFF_SOFT_RS_SELECT_10G; in ixgbe_set_soft_rate_select_speed()
4352 rs = IXGBE_SFF_SOFT_RS_SELECT_1G; in ixgbe_set_soft_rate_select_speed()
4368 eeprom_data = (eeprom_data & ~IXGBE_SFF_SOFT_RS_SELECT_MASK) | rs; in ixgbe_set_soft_rate_select_speed()
4387 eeprom_data = (eeprom_data & ~IXGBE_SFF_SOFT_RS_SELECT_MASK) | rs; in ixgbe_set_soft_rate_select_speed()
/linux/include/net/
H A Dtcp.h1167 void (*cong_control)(struct sock *sk, u32 ack, int flag, const struct rate_sample *rs);
1249 struct rate_sample *rs);
1251 bool is_sack_reneg, struct rate_sample *rs);
2404 extern void tcp_rack_update_reo_wnd(struct sock *sk, struct rate_sample *rs);
/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py156 rs = []
173 rs.append(r)
175 return rs
/linux/fs/reiserfs/
H A Djournal.c2716 struct reiserfs_super_block *rs; in journal_init() local
2785 rs = SB_DISK_SUPER_BLOCK(sb); in journal_init()
2799 if (is_reiserfs_jr(rs) in journal_init()
2801 sb_jp_journal_magic(rs))) { in journal_init()
2807 sb_jp_journal_magic(rs)); in journal_init()
/linux/drivers/iommu/intel/
H A Ddmar.c2029 static DEFINE_RATELIMIT_STATE(rs, in dmar_fault()
2035 if (fault_status && __ratelimit(&rs)) in dmar_fault()
2046 bool ratelimited = !__ratelimit(&rs); in dmar_fault()
/linux/drivers/spi/
H A Dspi-stm32.c1067 static DEFINE_RATELIMIT_STATE(rs, in stm32h7_spi_irq_thread()
1070 ratelimit_set_flags(&rs, RATELIMIT_MSG_ON_RELEASE); in stm32h7_spi_irq_thread()
1071 if (__ratelimit(&rs)) in stm32h7_spi_irq_thread()
/linux/drivers/net/wireless/ath/ath9k/
H A Dmac.h736 struct ath_rx_status *rs);
/linux/drivers/iommu/amd/
H A Damd_iommu_types.h860 struct ratelimit_state rs; /* Ratelimit IOPF messages */ member
/linux/fs/btrfs/
H A Dscrub.c869 static DEFINE_RATELIMIT_STATE(rs, DEFAULT_RATELIMIT_INTERVAL, in scrub_stripe_report_errors()
964 if (__ratelimit(&rs) && dev) in scrub_stripe_report_errors()
968 if (__ratelimit(&rs) && dev) in scrub_stripe_report_errors()
972 if (__ratelimit(&rs) && dev) in scrub_stripe_report_errors()
/linux/arch/mips/include/asm/
H A Dmipsregs.h1766 _ASM_MACRO_2R_1S(mfhc0, rt, rs, sel, \
2202 _ASM_MACRO_2R_1S(mfgc0, rt, rs, sel, \
2207 _ASM_MACRO_2R_1S(dmfgc0, rt, rs, sel, \
/linux/arch/x86/kvm/
H A Dxen.c279 struct vcpu_runstate_info rs; in kvm_xen_update_runstate_guest() local
460 rs_times = &rs.state_entry_time; in kvm_xen_update_runstate_guest()
487 memset(&rs, 0, offsetof(struct vcpu_runstate_info, state_entry_time)); in kvm_xen_update_runstate_guest()
/linux/arch/arm/mm/
H A Dproc-xsc3.S66 .macro clean_d_cache rd, rs
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-sriox-defs.h351 uint64_t rs:1; member
357 uint64_t rs:1;
/linux/arch/openrisc/kernel/
H A Dhead.S29 #define tophys(rd,rs) \ argument
31 l.add rd,rd,rs
/linux/arch/mips/kernel/
H A Dtraps.c731 int rs = (opcode & RS) >> 21; in simulate_loongson3_cpucfg() local
732 __u64 sel = regs->regs[rs]; in simulate_loongson3_cpucfg()

1...<<1112