| /linux/arch/mips/include/asm/ |
| H A D | uasm.h | 210 # define UASM_i_ADDIU(buf, rs, rt, val) uasm_i_daddiu(buf, rs, rt, val) argument 211 # define UASM_i_ADDU(buf, rs, rt, rd) uasm_i_daddu(buf, rs, rt, rd) argument 212 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) argument 213 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument 214 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_ldx(buf, rs, rt, rd) argument 217 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_drotr(buf, rs, rt, sh) argument 218 # define UASM_i_SC(buf, rs, rt, off) uasm_i_scd(buf, rs, rt, off) argument 219 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) argument 220 # define UASM_i_SRA(buf, rs, rt, sh) uasm_i_dsra(buf, rs, rt, sh) argument 221 # define UASM_i_SRL(buf, rs, rt, sh) uasm_i_dsrl(buf, rs, rt, sh) argument [all …]
|
| /linux/drivers/md/ |
| H A D | dm-raid.c | 261 static void rs_config_backup(struct raid_set *rs, struct rs_layout *l) in rs_config_backup() 270 static void rs_config_restore(struct raid_set *rs, struct rs_layout *l) in rs_config_restore() 401 static bool rs_is_raid0(struct raid_set *rs) in rs_is_raid0() 407 static bool rs_is_raid1(struct raid_set *rs) in rs_is_raid1() 413 static bool rs_is_raid10(struct raid_set *rs) in rs_is_raid10() 419 static bool rs_is_raid6(struct raid_set *rs) in rs_is_raid6() 425 static bool rs_is_raid456(struct raid_set *rs) in rs_is_raid456() 432 static bool rs_is_reshapable(struct raid_set *rs) in rs_is_reshapable() 439 static bool rs_is_recovering(struct raid_set *rs) in rs_is_recovering() 445 static bool rs_is_reshaping(struct raid_set *rs) in rs_is_reshaping() [all …]
|
| /linux/include/linux/ |
| H A D | ratelimit.h | 9 static inline void ratelimit_state_init(struct ratelimit_state *rs, in ratelimit_state_init() 19 static inline void ratelimit_default_init(struct ratelimit_state *rs) in ratelimit_default_init() 25 static inline void ratelimit_state_inc_miss(struct ratelimit_state *rs) in ratelimit_state_inc_miss() 30 static inline int ratelimit_state_get_miss(struct ratelimit_state *rs) in ratelimit_state_get_miss() 35 static inline int ratelimit_state_reset_miss(struct ratelimit_state *rs) in ratelimit_state_reset_miss() 40 static inline void ratelimit_state_reset_interval(struct ratelimit_state *rs, int interval_init) in ratelimit_state_reset_interval() 52 static inline void ratelimit_state_exit(struct ratelimit_state *rs) in ratelimit_state_exit() 65 ratelimit_set_flags(struct ratelimit_state *rs, unsigned long flags) in ratelimit_set_flags()
|
| /linux/arch/mips/kernel/ |
| H A D | mips-r2-to-r6-emul.c | 405 s32 rt, rs; in mult_func() local 432 u32 rt, rs; in multu_func() local 455 s32 rt, rs; in div_func() local 477 u32 rt, rs; in divu_func() local 500 s64 rt, rs; in dmult_func() local 532 u64 rt, rs; in dmultu_func() local 563 s64 rt, rs; in ddiv_func() local 588 u64 rt, rs; in ddivu_func() local 636 s32 rt, rs; in madd_func() local 665 u32 rt, rs; in maddu_func() local [all …]
|
| /linux/net/rds/ |
| H A D | rdma.c | 97 struct rds_sock *rs = mr->r_sock; in rds_destroy_mr() local 127 void rds_rdma_drop_keys(struct rds_sock *rs) in rds_rdma_drop_keys() argument 172 __rds_rdma_map(struct rds_sock * rs,struct rds_get_mr_args * args,u64 * cookie_ret,struct rds_mr ** mr_ret,struct rds_conn_path * cp) __rds_rdma_map() argument 359 rds_get_mr(struct rds_sock * rs,sockptr_t optval,int optlen) rds_get_mr() argument 372 rds_get_mr_for_dest(struct rds_sock * rs,sockptr_t optval,int optlen) rds_get_mr_for_dest() argument 399 rds_free_mr(struct rds_sock * rs,sockptr_t optval,int optlen) rds_free_mr() argument 445 rds_rdma_unuse(struct rds_sock * rs,u32 r_key,int force) rds_rdma_unuse() argument 609 rds_cmsg_rdma_args(struct rds_sock * rs,struct rds_message * rm,struct cmsghdr * cmsg,struct rds_iov_vector * vec) rds_cmsg_rdma_args() argument 808 rds_cmsg_rdma_dest(struct rds_sock * rs,struct rds_message * rm,struct cmsghdr * cmsg) rds_cmsg_rdma_dest() argument 851 rds_cmsg_rdma_map(struct rds_sock * rs,struct rds_message * rm,struct cmsghdr * cmsg) rds_cmsg_rdma_map() argument 865 rds_cmsg_atomic(struct rds_sock * rs,struct rds_message * rm,struct cmsghdr * cmsg) rds_cmsg_atomic() argument [all...] |
| H A D | send.c | 532 static void rds_send_sndbuf_remove(struct rds_sock *rs, struct rds_message *rm) in rds_send_sndbuf_remove() argument 561 struct rds_sock *rs = NULL; in rds_rdma_send_complete() local 597 struct rds_sock *rs = NULL; rds_atomic_send_complete() local 634 __rds_send_complete(struct rds_sock * rs,struct rds_message * rm,int status) __rds_send_complete() argument 667 struct rds_sock *rs = NULL; rds_send_remove_from_sock() local 781 rds_send_drop_to(struct rds_sock * rs,struct sockaddr_in6 * dest) rds_send_drop_to() argument 877 rds_send_queue_rm(struct rds_sock * rs,struct rds_connection * conn,struct rds_conn_path * cp,struct rds_message * rm,__be16 sport,__be16 dport,int * queued) rds_send_queue_rm() argument 1030 rds_cmsg_zcopy(struct rds_sock * rs,struct rds_message * rm,struct cmsghdr * cmsg) rds_cmsg_zcopy() argument 1043 rds_cmsg_send(struct rds_sock * rs,struct rds_message * rm,struct msghdr * msg,int * allocated_mr,struct rds_iov_vector_arr * vct) rds_cmsg_send() argument 1130 struct rds_sock *rs = rds_sk_to_rs(sk); rds_sendmsg() local [all...] |
| H A D | bind.c | 76 struct rds_sock *rs; in rds_find_bound() local 94 rds_add_bound(struct rds_sock * rs,const struct in6_addr * addr,__be16 * port,__u32 scope_id) rds_add_bound() argument 148 rds_remove_bound(struct rds_sock * rs) rds_remove_bound() argument 166 struct rds_sock *rs = rds_sk_to_rs(sk); rds_bind() local [all...] |
| H A D | cong.c | 266 struct rds_sock *rs; in rds_cong_map_updated() local 338 void rds_cong_add_socket(struct rds_sock *rs) in rds_cong_add_socket() 348 void rds_cong_remove_socket(struct rds_sock *rs) in rds_cong_remove_socket() 369 struct rds_sock *rs) in rds_cong_wait()
|
| /linux/fs/jffs2/ |
| H A D | compr_rubin.c | 88 static void init_rubin(struct rubin_state *rs, int div, int *bits) in init_rubin() 102 static int encode(struct rubin_state *rs, long A, long B, int symbol) in encode() 138 static void end_rubin(struct rubin_state *rs) in end_rubin() 151 static void init_decode(struct rubin_state *rs, int div, int *bits) in init_decode() 163 static void __do_decode(struct rubin_state *rs, unsigned long p, in __do_decode() 200 static int decode(struct rubin_state *rs, long A, long B) in decode() 230 static int out_byte(struct rubin_state *rs, unsigned char byte) in out_byte() 249 static int in_byte(struct rubin_state *rs) in in_byte() 268 struct rubin_state rs; in rubin_do_compress() local 369 struct rubin_state rs; in rubin_do_decompress() local
|
| /linux/fs/isofs/ |
| H A D | rock.c | 54 struct inode *inode, struct rock_state *rs) in setup_rock_ridge() 72 static void init_rock_state(struct rock_state *rs, struct inode *inode) in init_rock_state() 85 static int rock_continue(struct rock_state *rs) in rock_continue() 148 static int rock_check_overflow(struct rock_state *rs, int sig) in rock_check_overflow() 210 struct rock_state rs; in get_rock_ridge_filename() local 327 struct rock_state rs; in parse_rock_ridge_inode_internal() local 718 struct rock_state rs; in rock_ridge_symlink_read_folio() local
|
| /linux/lib/reed_solomon/ |
| H A D | test_rslib.c | 108 static struct wspace *alloc_ws(struct rs_codec *rs) in alloc_ws() 151 static int get_rcw_we(struct rs_control *rs, struct wspace *ws, in get_rcw_we() 232 struct rs_codec *rs = rsc->codec; in compute_syndrome() local 260 static void test_uc(struct rs_control *rs, int len, int errs, in test_uc() 313 static int ex_rs_helper(struct rs_control *rs, struct wspace *ws, in ex_rs_helper() 349 static int exercise_rs(struct rs_control *rs, struct wspace *ws, in exercise_rs() 366 static void test_bc(struct rs_control *rs, int len, int errs, in test_bc() 407 static int exercise_rs_bc(struct rs_control *rs, struct wspace *ws, in exercise_rs_bc()
|
| H A D | reed_solomon.c | 74 struct rs_codec *rs; in codec_init() local 176 void free_rs(struct rs_control *rs) in free_rs() 218 struct rs_control *rs; in init_rs_internal() local
|
| /linux/arch/parisc/net/ |
| H A D | bpf_jit_comp64.c | 70 static void emit_hppa_copy(const s8 rs, const s8 rd, struct hppa_jit_context *ctx) in emit_hppa_copy() 248 static int emit_branch(u8 op, u8 rd, u8 rs, signed long paoff, in emit_branch() 407 static void init_regs(u8 *rd, u8 *rs, const struct bpf_insn *insn, in init_regs() 428 static void emit_zext_32_rd_rs(u8 *rd, u8 *rs, struct hppa_jit_context *ctx) in emit_zext_32_rd_rs() 436 static void emit_sext_32_rd_rs(u8 *rd, u8 *rs, struct hppa_jit_context *ctx) in emit_sext_32_rd_rs() 554 static void emit_store(const s8 rd, const s8 rs, s16 off, in emit_store() 600 u8 rd = -1, rs = -1, code = insn->code; in bpf_jit_emit_insn() local
|
| H A D | bpf_jit_comp32.c | 120 static void emit_hppa_copy(const s8 rs, const s8 rd, struct hppa_jit_context *ctx) in emit_hppa_copy() 570 const s8 *rs = bpf_get_reg64(src, tmp2, ctx); in emit_alu_r64() local 638 const s8 *rs = bpf_get_reg32(src, tmp2, ctx); in emit_alu_r32() local 789 static int emit_bcc(u8 op, u8 rd, u8 rs, int paoff, struct hppa_jit_context *ctx) in emit_bcc() 1012 const s8 *rs = bpf_get_reg64(src, tmp2, ctx); in emit_load_r64() local 1059 const s8 *rs = bpf_get_reg64(src, tmp2, ctx); in emit_store_r64() local 1099 static void emit_rev32(const s8 rs, const s8 rd, struct hppa_jit_context *ctx) in emit_rev32()
|
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 280 static void emit_bcc(u8 cond, u8 rd, u8 rs, int rvoff, in emit_bcc() 316 static void emit_branch(u8 cond, u8 rd, u8 rs, int rvoff, in emit_branch() 406 static void init_regs(u8 *rd, u8 *rs, const struct bpf_insn *insn, in init_regs() 476 static void emit_ldx_insn(u8 rd, s16 off, u8 rs, u8 size, bool sign_ext, in emit_ldx_insn() 496 static void emit_stx_insn(u8 rd, s16 off, u8 rs, u8 size, struct rv_jit_context *ctx) in emit_stx_insn() 514 static void emit_ldx(u8 rd, s16 off, u8 rs, u8 size, bool sign_ext, in emit_ldx() 548 static void emit_stx(u8 rd, s16 off, u8 rs, u8 size, struct rv_jit_context *ctx) in emit_stx() 564 static int emit_atomic_ld_st(u8 rd, u8 rs, const struct bpf_insn *insn, in emit_atomic_ld_st() 606 static int emit_atomic_rmw(u8 rd, u8 rs, const struct bpf_insn *insn, in emit_atomic_rmw() 717 static int sign_extend(u8 rd, u8 rs, u8 sz, bool sign, struct rv_jit_context *ctx) in sign_extend() [all …]
|
| H A D | bpf_jit_comp32.c | 412 const s8 *rs = bpf_get_reg64(src, tmp2, ctx); in emit_alu_r64() local 517 const s8 *rs = bpf_get_reg32(src, tmp2, ctx); in emit_alu_r32() local 652 static int emit_bcc(u8 op, u8 rd, u8 rs, int rvoff, struct rv_jit_context *ctx) in emit_bcc() 841 const s8 *rs = bpf_get_reg64(src, tmp2, ctx); in emit_load_r64() local 879 const s8 *rs = bpf_get_reg64(src, tmp2, ctx); in emit_store_r64() local
|
| /linux/drivers/platform/chrome/wilco_ec/ |
| H A D | properties.c | 36 struct ec_property_response *rs) in send_property_msg() 63 struct ec_property_response rs; in wilco_ec_get_property() local 85 struct ec_property_response rs; in wilco_ec_set_property() local
|
| H A D | sysfs.c | 159 struct usb_charge_response *rs) in send_usb_charge() 184 struct usb_charge_response rs; in usb_charge_show() local 204 struct usb_charge_response rs; in usb_charge_store() local
|
| /linux/lib/ |
| H A D | test_hexdump.c | 74 int gs = groupsize, rs = rowsize; in test_hexdump_prepare_test() local 166 int rs = rowsize, gs = groupsize; in test_hexdump_overflow() local 211 int rs = get_random_u32_inclusive(1, 2) * 16; in test_hexdump_overflow_set() local
|
| /linux/arch/powerpc/kvm/ |
| H A D | emulate.c | 75 static int kvmppc_emulate_mtspr(struct kvm_vcpu *vcpu, int sprn, int rs) in kvmppc_emulate_mtspr() 198 int rs, rt, sprn; in kvmppc_emulate_instruction() local
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | rate.c | 272 static bool brcms_c_rateset_valid(struct brcms_c_rateset *rs, bool check_brate) in brcms_c_rateset_valid() 290 void brcms_c_rateset_mcs_upd(struct brcms_c_rateset *rs, u8 txstreams) in brcms_c_rateset_mcs_upd() 302 brcms_c_rate_hwrs_filter_sort_validate(struct brcms_c_rateset *rs, in brcms_c_rate_hwrs_filter_sort_validate()
|
| /linux/drivers/misc/mei/ |
| H A D | hbm.c | 523 struct hbm_notification_response *rs = in notify_res_to_fop() local 541 struct hbm_notification_response *rs = in mei_hbm_cl_notify_start_res() local 567 struct hbm_notification_response *rs = in mei_hbm_cl_notify_stop_res() local 933 struct hbm_client_connect_response *rs = in mei_hbm_cl_disconnect_res() local 970 struct hbm_client_connect_response *rs = in mei_hbm_cl_connect_res() local 998 struct mei_hbm_cl_cmd *rs, in mei_hbm_cl_res()
|
| /linux/arch/mips/net/ |
| H A D | bpf_jit_comp32.c | 947 static void emit_movz_r(struct jit_context *ctx, u8 rd, u8 rs, u8 rt) in emit_movz_r() 970 static void emit_movn_r(struct jit_context *ctx, u8 rd, u8 rs, u8 rt) in emit_movn_r() 991 const u8 rs[], s64 imm) in emit_sltiu_r64() 1013 const u8 rs[], const u8 rt[]) in emit_sltu_r64() 1026 const u8 rs[], s64 imm) in emit_slti_r64() 1068 const u8 rs[], const u8 rt[]) in emit_slt_r64()
|
| /linux/arch/mips/math-emu/ |
| H A D | ieee754sp.h | 37 #define XSPSRS64(v, rs) \ argument 41 #define XSPSRS(v, rs) \ argument
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_id_mgr.c | 110 unsigned int rs, re, range; in find_last_zero_area() local 252 unsigned int rs, re; in idm_print_locked() local
|