/linux-6.12.1/arch/mips/include/asm/ |
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-6.12.1/drivers/md/ |
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-6.12.1/net/rds/ |
D | af_rds.c | 62 struct rds_sock *rs; in rds_release() local 105 void rds_wake_sk_sleep(struct rds_sock *rs) in rds_wake_sk_sleep() 117 struct rds_sock *rs = rds_sk_to_rs(sock->sk); in rds_getname() local 216 struct rds_sock *rs = rds_sk_to_rs(sk); in rds_poll() local 257 struct rds_sock *rs = rds_sk_to_rs(sock->sk); in rds_ioctl() local 293 static int rds_cancel_sent_to(struct rds_sock *rs, sockptr_t optval, int len) in rds_cancel_sent_to() 343 static int rds_cong_monitor(struct rds_sock *rs, sockptr_t optval, int optlen) in rds_cong_monitor() 360 static int rds_set_transport(struct rds_sock *rs, sockptr_t optval, int optlen) in rds_set_transport() 405 static int rds_recv_track_latency(struct rds_sock *rs, sockptr_t optval, in rds_recv_track_latency() 435 struct rds_sock *rs = rds_sk_to_rs(sock->sk); in rds_setsockopt() local [all …]
|
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() 172 static int __rds_rdma_map(struct rds_sock *rs, struct rds_get_mr_args *args, in __rds_rdma_map() 359 int rds_get_mr(struct rds_sock *rs, sockptr_t optval, int optlen) in rds_get_mr() 372 int rds_get_mr_for_dest(struct rds_sock *rs, sockptr_t optval, int optlen) in rds_get_mr_for_dest() 399 int rds_free_mr(struct rds_sock *rs, sockptr_t optval, int optlen) in rds_free_mr() 445 void rds_rdma_unuse(struct rds_sock *rs, u32 r_key, int force) in rds_rdma_unuse() 611 int rds_cmsg_rdma_args(struct rds_sock *rs, struct rds_message *rm, in rds_cmsg_rdma_args() 811 int rds_cmsg_rdma_dest(struct rds_sock *rs, struct rds_message *rm, in rds_cmsg_rdma_dest() 854 int rds_cmsg_rdma_map(struct rds_sock *rs, struct rds_message *rm, in rds_cmsg_rdma_map() [all …]
|
D | recv.c | 88 static void rds_recv_rcvbuf_delta(struct rds_sock *rs, struct sock *sk, in rds_recv_rcvbuf_delta() 166 static void rds_recv_incoming_exthdrs(struct rds_incoming *inc, struct rds_sock *rs) in rds_recv_incoming_exthdrs() 287 struct rds_sock *rs = NULL; in rds_recv_incoming() local 404 static int rds_next_incoming(struct rds_sock *rs, struct rds_incoming **inc) in rds_next_incoming() 422 static int rds_still_queued(struct rds_sock *rs, struct rds_incoming *inc, in rds_still_queued() 455 int rds_notify_queue_get(struct rds_sock *rs, struct msghdr *msghdr) in rds_notify_queue_get() 523 static int rds_notify_cong(struct rds_sock *rs, struct msghdr *msghdr) in rds_notify_cong() 545 struct rds_sock *rs) in rds_cmsg_recv() 603 static bool rds_recvmsg_zcookie(struct rds_sock *rs, struct msghdr *msg) in rds_recvmsg_zcookie() 642 struct rds_sock *rs = rds_sk_to_rs(sk); in rds_recvmsg() local [all …]
|
D | send.c | 472 static void rds_send_sndbuf_remove(struct rds_sock *rs, struct rds_message *rm) in rds_send_sndbuf_remove() 501 struct rds_sock *rs = NULL; in rds_rdma_send_complete() local 537 struct rds_sock *rs = NULL; in rds_atomic_send_complete() local 574 __rds_send_complete(struct rds_sock *rs, struct rds_message *rm, int status) in __rds_send_complete() 607 struct rds_sock *rs = NULL; in rds_send_remove_from_sock() local 721 void rds_send_drop_to(struct rds_sock *rs, struct sockaddr_in6 *dest) in rds_send_drop_to() 817 static int rds_send_queue_rm(struct rds_sock *rs, struct rds_connection *conn, in rds_send_queue_rm() 970 static int rds_cmsg_zcopy(struct rds_sock *rs, struct rds_message *rm, in rds_cmsg_zcopy() 983 static int rds_cmsg_send(struct rds_sock *rs, struct rds_message *rm, in rds_cmsg_send() 1044 static int rds_send_mprds_hash(struct rds_sock *rs, in rds_send_mprds_hash() [all …]
|
D | bind.c | 76 struct rds_sock *rs; in rds_find_bound() local 94 static int rds_add_bound(struct rds_sock *rs, const struct in6_addr *addr, in rds_add_bound() 148 void rds_remove_bound(struct rds_sock *rs) in rds_remove_bound() 166 struct rds_sock *rs = rds_sk_to_rs(sk); in rds_bind() local
|
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-6.12.1/arch/mips/kernel/ |
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-6.12.1/drivers/spi/ |
D | spi-mt7621.c | 70 static inline u32 mt7621_spi_read(struct mt7621_spi *rs, u32 reg) in mt7621_spi_read() 75 static inline void mt7621_spi_write(struct mt7621_spi *rs, u32 reg, u32 val) in mt7621_spi_write() 82 struct mt7621_spi *rs = spidev_to_mt7621_spi(spi); in mt7621_spi_set_native_cs() local 107 struct mt7621_spi *rs = spidev_to_mt7621_spi(spi); in mt7621_spi_prepare() local 143 static inline int mt7621_spi_wait_till_ready(struct mt7621_spi *rs) in mt7621_spi_wait_till_ready() 163 struct mt7621_spi *rs = spi_controller_get_devdata(host); in mt7621_spi_prepare_message() local 177 static void mt7621_spi_read_half_duplex(struct mt7621_spi *rs, in mt7621_spi_read_half_duplex() 219 static inline void mt7621_spi_flush(struct mt7621_spi *rs) in mt7621_spi_flush() 224 static void mt7621_spi_write_half_duplex(struct mt7621_spi *rs, in mt7621_spi_write_half_duplex() 273 struct mt7621_spi *rs = spi_controller_get_devdata(host); in mt7621_spi_transfer_one() local [all …]
|
D | spi-rockchip.c | 201 static inline void spi_enable_chip(struct rockchip_spi *rs, bool enable) in spi_enable_chip() 206 static inline void wait_for_tx_idle(struct rockchip_spi *rs, bool target_mode) in wait_for_tx_idle() 224 static u32 get_fifo_len(struct rockchip_spi *rs) in get_fifo_len() 242 struct rockchip_spi *rs = spi_controller_get_devdata(ctlr); in rockchip_spi_set_cs() local 269 struct rockchip_spi *rs = spi_controller_get_devdata(ctlr); in rockchip_spi_handle_err() local 287 static void rockchip_spi_pio_writer(struct rockchip_spi *rs) in rockchip_spi_pio_writer() 306 static void rockchip_spi_pio_reader(struct rockchip_spi *rs) in rockchip_spi_pio_reader() 343 struct rockchip_spi *rs = spi_controller_get_devdata(ctlr); in rockchip_spi_isr() local 368 static int rockchip_spi_prepare_irq(struct rockchip_spi *rs, in rockchip_spi_prepare_irq() 396 struct rockchip_spi *rs = spi_controller_get_devdata(ctlr); in rockchip_spi_dma_rxcb() local [all …]
|
/linux-6.12.1/fs/xfs/scrub/ |
D | reap.c | 147 static inline bool xreap_dirty(const struct xreap_state *rs) in xreap_dirty() 168 static inline bool xreap_want_roll(const struct xreap_state *rs) in xreap_want_roll() 179 static inline void xreap_reset(struct xreap_state *rs) in xreap_reset() 197 xreap_want_defer_finish(const struct xreap_state *rs) in xreap_want_defer_finish() 206 static inline void xreap_defer_finish_reset(struct xreap_state *rs) in xreap_defer_finish_reset() 259 struct xreap_state *rs, in xreap_agextent_binval() 325 struct xreap_state *rs, in xreap_agextent_select() 385 struct xreap_state *rs, in xreap_agextent_iter() 500 struct xreap_state *rs = priv; in xreap_agmeta_extent() local 547 struct xreap_state rs = { in xrep_reap_agblocks() local [all …]
|
/linux-6.12.1/fs/jffs2/ |
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 374 struct rubin_state rs; in rubin_do_decompress() local
|
/linux-6.12.1/arch/arc/net/ |
D | bpf_jit_arcv2.c | 669 static u8 arc_mov_r(u8 *buf, u8 rd, u8 rs) in arc_mov_r() 706 static u8 arc_mov_cc_r(u8 *buf, u8 cc, u8 rd, u8 rs) in arc_mov_cc_r() 726 static u8 arc_sexb_r(u8 *buf, u8 rd, u8 rs) in arc_sexb_r() 736 static u8 arc_sexh_r(u8 *buf, u8 rd, u8 rs) in arc_sexh_r() 1004 static u8 arc_divu_r(u8 *buf, u8 rd, u8 rs) in arc_divu_r() 1026 static u8 arc_divs_r(u8 *buf, u8 rd, u8 rs) in arc_divs_r() 1048 static u8 arc_remu_r(u8 *buf, u8 rd, u8 rs) in arc_remu_r() 1070 static u8 arc_rems_r(u8 *buf, u8 rd, u8 rs) in arc_rems_r() 1092 static u8 arc_and_r(u8 *buf, u8 rd, u8 rs) in arc_and_r() 1114 static u8 arc_tst_r(u8 *buf, u8 rd, u8 rs) in arc_tst_r() [all …]
|
/linux-6.12.1/include/linux/ |
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_exit(struct ratelimit_state *rs) in ratelimit_state_exit() 38 ratelimit_set_flags(struct ratelimit_state *rs, unsigned long flags) in ratelimit_set_flags()
|
/linux-6.12.1/fs/isofs/ |
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() 139 static int rock_check_overflow(struct rock_state *rs, int sig) in rock_check_overflow() 201 struct rock_state rs; in get_rock_ridge_filename() local 318 struct rock_state rs; in parse_rock_ridge_inode_internal() local 703 struct rock_state rs; in rock_ridge_symlink_read_folio() local
|
/linux-6.12.1/net/ipv4/ |
D | tcp_bbr.c | 481 struct sock *sk, const struct rate_sample *rs, u32 acked, u32 *new_cwnd) in bbr_set_cwnd_to_recover_or_restore() 519 static void bbr_set_cwnd(struct sock *sk, const struct rate_sample *rs, in bbr_set_cwnd() 555 const struct rate_sample *rs) in bbr_is_next_cycle_phase() 602 const struct rate_sample *rs) in bbr_update_cycle_phase() 688 static void bbr_lt_bw_sampling(struct sock *sk, const struct rate_sample *rs) in bbr_lt_bw_sampling() 761 static void bbr_update_bw(struct sock *sk, const struct rate_sample *rs) in bbr_update_bw() 818 const struct rate_sample *rs) in bbr_update_ack_aggregation() 874 const struct rate_sample *rs) in bbr_check_full_bw_reached() 893 static void bbr_check_drain(struct sock *sk, const struct rate_sample *rs) in bbr_check_drain() 941 static void bbr_update_min_rtt(struct sock *sk, const struct rate_sample *rs) in bbr_update_min_rtt() [all …]
|
/linux-6.12.1/fs/reiserfs/ |
D | objectid.c | 11 #define objectid_map(s,rs) (old_format_only (s) ? \ argument 52 struct reiserfs_super_block *rs = SB_DISK_SUPER_BLOCK(s); in reiserfs_get_unused_objectid() local 101 struct reiserfs_super_block *rs = SB_DISK_SUPER_BLOCK(s); in reiserfs_release_objectid() local
|
D | procfs.c | 61 #define objectid_map( s, rs ) (old_format_only (s) ? \ argument 229 struct reiserfs_super_block *rs = sb_info->s_rs; in show_on_disk_super() local 273 struct reiserfs_super_block *rs = sb_info->s_rs; in show_oidmap() local 311 struct reiserfs_super_block *rs = r->s_rs; in show_journal() local
|
/linux-6.12.1/lib/reed_solomon/ |
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()
|
/linux-6.12.1/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 629 struct ath_rx_status *rs, in ath_edma_get_buffers() 681 struct ath_rx_status *rs, in ath_edma_get_next_rx_buf() 696 struct ath_rx_status *rs) in ath_get_next_rx_buf() 787 static void ath9k_process_tsf(struct ath_rx_status *rs, in ath9k_process_tsf() 964 struct ath_rx_status *rs) in ath9k_antenna_check() 993 struct ath_rx_status *rs, struct ieee80211_rx_status *rxs) in ath9k_apply_ampdu_details() 1011 struct ath_rx_status *rs, in ath_rx_count_airtime() 1069 struct ath_rx_status rs; in ath_rx_tasklet() local
|
/linux-6.12.1/arch/parisc/net/ |
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
|
/linux-6.12.1/drivers/platform/chrome/wilco_ec/ |
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
|
/linux-6.12.1/fs/gfs2/ |
D | rgrp.c | 204 static inline int rs_cmp(u64 start, u32 len, struct gfs2_blkreserv *rs) in rs_cmp() 619 static void dump_rs(struct seq_file *seq, const struct gfs2_blkreserv *rs, in dump_rs() 636 static void __rs_deltree(struct gfs2_blkreserv *rs) in __rs_deltree() 667 void gfs2_rs_deltree(struct gfs2_blkreserv *rs) in gfs2_rs_deltree() 706 struct gfs2_blkreserv *rs; in return_all_reservations() local 1492 struct gfs2_blkreserv *rs = &ip->i_res; in rs_insert() local 1538 static inline u32 rgd_free(struct gfs2_rgrpd *rgd, struct gfs2_blkreserv *rs) in rgd_free() 1567 struct gfs2_blkreserv *rs = &ip->i_res; in rg_mblk_search() local 1628 struct gfs2_blkreserv *rs; in gfs2_next_unreserved_block() local 1676 struct gfs2_blkreserv *rs, in gfs2_reservation_check_and_update() [all …]
|
/linux-6.12.1/arch/riscv/net/ |
D | bpf_jit.h | 684 static inline u16 rvc_sub(u8 rd, u8 rs) in rvc_sub() 689 static inline u16 rvc_xor(u8 rd, u8 rs) in rvc_xor() 694 static inline u16 rvc_or(u8 rd, u8 rs) in rvc_or() 699 static inline u16 rvc_and(u8 rd, u8 rs) in rvc_and() 722 static inline u16 rvc_mv(u8 rd, u8 rs) in rvc_mv() 732 static inline u16 rvc_add(u8 rd, u8 rs) in rvc_add() 767 static inline u32 rvzbb_zexth(u8 rd, u8 rs) in rvzbb_zexth() 775 static inline u32 rvzbb_rev8(u8 rd, u8 rs) in rvzbb_rev8() 932 static inline u16 rvc_subw(u8 rd, u8 rs) in rvc_subw() 970 static inline void emit_jalr(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_jalr() [all …]
|