Home
last modified time | relevance | path

Searched defs:rs (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/openbmc/qemu/util/
H A Dreadline.c35 void readline_show_prompt(ReadLineState *rs) in readline_show_prompt()
45 static void readline_update(ReadLineState *rs) in readline_update()
111 static void readline_delete_char(ReadLineState *rs) in readline_delete_char()
121 static void readline_backspace(ReadLineState *rs) in readline_backspace()
129 static void readline_backword(ReadLineState *rs) in readline_backword()
168 static void readline_bol(ReadLineState *rs) in readline_bol()
173 static void readline_eol(ReadLineState *rs) in readline_eol()
178 static void readline_up_char(ReadLineState *rs) in readline_up_char()
202 static void readline_down_char(ReadLineState *rs) in readline_down_char()
516 void readline_restart(ReadLineState *rs) in readline_restart()
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Duasm.h215 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument
216 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_ldx(buf, rs, rt, rd) argument
226 # define UASM_i_SW(buf, rs, rt, off) uasm_i_sd(buf, rs, rt, off) argument
230 # define UASM_i_LL(buf, rs, rt, off) uasm_i_ll(buf, rs, rt, off) argument
231 # define UASM_i_LW(buf, rs, rt, off) uasm_i_lw(buf, rs, rt, off) argument
232 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_lwx(buf, rs, rt, rd) argument
236 # define UASM_i_SC(buf, rs, rt, off) uasm_i_sc(buf, rs, rt, off) argument
246 #define uasm_i_beqz(buf, rs, off) uasm_i_beq(buf, rs, 0, off) argument
247 #define uasm_i_beqzl(buf, rs, off) uasm_i_beql(buf, rs, 0, off) argument
248 #define uasm_i_bnez(buf, rs, off) uasm_i_bne(buf, rs, 0, off) argument
[all …]
/openbmc/linux/net/rds/
H A Daf_rds.c62 struct rds_sock *rs; in rds_release() local
105 void rds_wake_sk_sleep(struct rds_sock *rs) in rds_wake_sk_sleep()
216 struct rds_sock *rs = rds_sk_to_rs(sk); in rds_poll() local
541 struct rds_sock *rs = rds_sk_to_rs(sk); in rds_connect() local
660 struct rds_sock *rs = rds_sk_to_rs(sk); in rds_sock_destruct() local
668 struct rds_sock *rs; in __rds_create() local
717 void rds_sock_put(struct rds_sock *rs) in rds_sock_put()
732 struct rds_sock *rs; in rds_sock_inc_info() local
773 struct rds_sock *rs; in rds6_sock_inc_info() local
805 struct rds_sock *rs; in rds_sock_info() local
[all …]
H A Drdma.c97 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 …]
H A Drecv.c88 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()
451 int rds_notify_queue_get(struct rds_sock *rs, struct msghdr *msghdr) in rds_notify_queue_get()
519 static int rds_notify_cong(struct rds_sock *rs, struct msghdr *msghdr) in rds_notify_cong()
541 struct rds_sock *rs) in rds_cmsg_recv()
599 static bool rds_recvmsg_zcookie(struct rds_sock *rs, struct msghdr *msg) in rds_recvmsg_zcookie()
638 struct rds_sock *rs = rds_sk_to_rs(sk); in rds_recvmsg() local
[all …]
H A Dsend.c472 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 …]
H A Dbind.c76 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
/openbmc/linux/drivers/md/
H A Ddm-raid.c739 struct raid_set *rs; in raid_set_alloc() local
3001 struct raid_set *rs = NULL; in raid_ctr() local
3311 struct raid_set *rs = ti->private; in raid_dtr() local
3321 struct raid_set *rs = ti->private; in raid_map() local
3506 struct raid_set *rs = ti->private; in raid_status() local
3712 struct raid_set *rs = ti->private; in raid_message() local
3763 struct raid_set *rs = ti->private; in raid_iterate_devices() local
3780 struct raid_set *rs = ti->private; in raid_io_hints() local
3789 struct raid_set *rs = ti->private; in raid_postsuspend() local
3968 struct raid_set *rs = ti->private; in raid_preresume() local
[all …]
/openbmc/linux/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c405 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
778 u32 rs; in clz_func() local
803 u32 rs; in clo_func() local
827 u64 rs; in dclz_func() local
[all …]
/openbmc/qemu/
H A Dreplication.c23 ReplicationState *rs; in replication_new() local
34 void replication_remove(ReplicationState *rs) in replication_remove()
47 ReplicationState *rs, *next; in replication_start_all() local
63 ReplicationState *rs, *next; in replication_do_checkpoint_all() local
79 ReplicationState *rs, *next; in replication_get_error_all() local
95 ReplicationState *rs, *next; in replication_stop_all() local
/openbmc/linux/drivers/spi/
H A Dspi-mt7621.c68 static inline u32 mt7621_spi_read(struct mt7621_spi *rs, u32 reg) in mt7621_spi_read()
73 static inline void mt7621_spi_write(struct mt7621_spi *rs, u32 reg, u32 val) in mt7621_spi_write()
80 struct mt7621_spi *rs = spidev_to_mt7621_spi(spi); in mt7621_spi_set_cs() local
104 struct mt7621_spi *rs = spidev_to_mt7621_spi(spi); in mt7621_spi_prepare() local
140 static inline int mt7621_spi_wait_till_ready(struct mt7621_spi *rs) in mt7621_spi_wait_till_ready()
157 static void mt7621_spi_read_half_duplex(struct mt7621_spi *rs, in mt7621_spi_read_half_duplex()
199 static inline void mt7621_spi_flush(struct mt7621_spi *rs) in mt7621_spi_flush()
204 static void mt7621_spi_write_half_duplex(struct mt7621_spi *rs, in mt7621_spi_write_half_duplex()
251 struct mt7621_spi *rs = spi_controller_get_devdata(master); in mt7621_spi_transfer_one_message() local
304 struct mt7621_spi *rs = spidev_to_mt7621_spi(spi); in mt7621_spi_setup() local
[all …]
H A Dspi-rockchip.c227 static u32 get_fifo_len(struct rockchip_spi *rs) in get_fifo_len()
245 struct rockchip_spi *rs = spi_controller_get_devdata(ctlr); in rockchip_spi_set_cs() local
278 struct rockchip_spi *rs = spi_controller_get_devdata(ctlr); in rockchip_spi_handle_err() local
296 static void rockchip_spi_pio_writer(struct rockchip_spi *rs) in rockchip_spi_pio_writer()
315 static void rockchip_spi_pio_reader(struct rockchip_spi *rs) in rockchip_spi_pio_reader()
352 struct rockchip_spi *rs = spi_controller_get_devdata(ctlr); in rockchip_spi_isr() local
377 static int rockchip_spi_prepare_irq(struct rockchip_spi *rs, in rockchip_spi_prepare_irq()
405 struct rockchip_spi *rs = spi_controller_get_devdata(ctlr); in rockchip_spi_dma_rxcb() local
421 struct rockchip_spi *rs = spi_controller_get_devdata(ctlr); in rockchip_spi_dma_txcb() local
526 static int rockchip_spi_config(struct rockchip_spi *rs, in rockchip_spi_config()
[all …]
/openbmc/linux/fs/xfs/scrub/
H A Dreap.c143 static inline bool xreap_dirty(const struct xreap_state *rs) in xreap_dirty()
164 static inline bool xreap_want_roll(const struct xreap_state *rs) in xreap_want_roll()
175 static inline void xreap_reset(struct xreap_state *rs) in xreap_reset()
193 xreap_want_defer_finish(const struct xreap_state *rs) in xreap_want_defer_finish()
202 static inline void xreap_defer_finish_reset(struct xreap_state *rs) in xreap_defer_finish_reset()
213 struct xreap_state *rs, in xreap_agextent_binval()
292 struct xreap_state *rs, in xreap_agextent_select()
352 struct xreap_state *rs, in xreap_agextent_iter()
432 struct xreap_state *rs = priv; in xreap_agmeta_extent() local
480 struct xreap_state rs = { in xrep_reap_agblocks() local
/openbmc/qemu/disas/
H A Dnanomips.c1577 const char *rs = GPR(rs_value, info); in ABSQ_S_PH() local
1599 const char *rs = GPR(rs_value, info); in ABSQ_S_QB() local
1621 const char *rs = GPR(rs_value, info); in ABSQ_S_W() local
1642 const char *rs = GPR(rs_value, info); in ACLR() local
1665 const char *rs = GPR(rs_value, info); in ADD() local
1738 const char *rs = GPR(rs_value, info); in ADDIU_32_() local
1840 const char *rs = GPR(rs_value, info); in ADDIU_NEG_() local
1969 const char *rs = GPR(rs_value, info); in ADDQ_PH() local
1994 const char *rs = GPR(rs_value, info); in ADDQ_S_PH() local
2018 const char *rs = GPR(rs_value, info); in ADDQ_S_W() local
[all …]
/openbmc/u-boot/drivers/spi/
H A Dmt7621_spi.c48 static void mt7621_spi_reset(struct mt7621_spi *rs, int duplex) in mt7621_spi_reset()
54 static void mt7621_spi_set_cs(struct mt7621_spi *rs, int cs, int enable) in mt7621_spi_set_cs()
66 struct mt7621_spi *rs = dev_get_priv(bus); in mt7621_spi_set_mode() local
97 struct mt7621_spi *rs = dev_get_priv(bus); in mt7621_spi_set_speed() local
119 static inline int mt7621_spi_wait_till_ready(struct mt7621_spi *rs) in mt7621_spi_wait_till_ready()
135 struct mt7621_spi *rs = dev_get_priv(bus); in mt7621_spi_xfer() local
268 struct mt7621_spi *rs = dev_get_priv(dev); in mt7621_spi_probe() local
/openbmc/qemu/tests/tcg/mips/user/isa/r5900/
H A Dtest_r5900_mult.c9 static int64_t mult(int32_t rs, int32_t rt) in mult()
28 static int64_t mult1(int32_t rs, int32_t rt) in mult1()
47 static int64_t mult_variants(int32_t rs, int32_t rt) in mult_variants()
57 static void verify_mult_negations(int32_t rs, int32_t rt, int64_t expected) in verify_mult_negations()
H A Dtest_r5900_madd.c9 int64_t madd(int64_t a, int32_t rs, int32_t rt) in madd()
32 int64_t madd1(int64_t a, int32_t rs, int32_t rt) in madd1()
55 static int64_t madd_variants(int64_t a, int32_t rs, int32_t rt) in madd_variants()
65 static void verify_madd(int64_t a, int32_t rs, int32_t rt, int64_t expected) in verify_madd()
H A Dtest_r5900_multu.c9 static uint64_t multu(uint32_t rs, uint32_t rt) in multu()
28 static uint64_t multu1(uint32_t rs, uint32_t rt) in multu1()
47 static uint64_t multu_variants(uint32_t rs, uint32_t rt) in multu_variants()
H A Dtest_r5900_div1.c11 static struct quotient_remainder div1(int32_t rs, int32_t rt) in div1()
28 static void verify_div1(int32_t rs, int32_t rt, in verify_div1()
38 static void verify_div1_negations(int32_t rs, int32_t rt, in verify_div1_negations()
H A Dtest_r5900_maddu.c9 uint64_t maddu(uint64_t a, uint32_t rs, uint32_t rt) in maddu()
32 uint64_t maddu1(uint64_t a, uint32_t rs, uint32_t rt) in maddu1()
55 static int64_t maddu_variants(int64_t a, int32_t rs, int32_t rt) in maddu_variants()
/openbmc/linux/include/linux/
H A Dratelimit.h9 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()
/openbmc/qemu/migration/
H A Dram.c553 RAMState *rs = ram_state; in mig_throttle_counter_reset() local
1673 RAMState *rs = ram_state; in ram_write_tracking_start() local
1733 RAMState *rs = ram_state; in ram_write_tracking_stop() local
1905 RAMState *rs = ram_state; in ram_save_queue_pages() local
2140 RAMState *rs = ram_state; in ram_save_host_page_urgent() local
2550 RAMState *rs = ram_state; in postcopy_chunk_hostpages_pass() local
2617 RAMState *rs = ram_state; in ram_postcopy_send_discard_bitmap() local
3013 RAMState *rs = *temp; in ram_save_iterate() local
3142 RAMState *rs = *temp; in ram_save_complete() local
3202 RAMState *rs = *temp; in ram_state_pending_estimate() local
[all …]
/openbmc/linux/fs/jffs2/
H A Dcompr_rubin.c88 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
/openbmc/u-boot/post/lib_powerpc/
H A Dcpu_asm.h117 #define ASM_11(opcode, rd, rs) ((opcode) + \ argument
123 #define ASM_11X(opcode, rd, rs) ((opcode) + \ argument
126 #define ASM_11I(opcode, rd, rs, simm) ((opcode) + \ argument
130 #define ASM_11IF(opcode, rd, rs, simm) ((opcode) + \ argument
134 #define ASM_11S(opcode, rd, rs, sh) ((opcode) + \ argument
138 #define ASM_11IX(opcode, rd, rs, imm) ((opcode) + \ argument
158 #define ASM_1IC(opcode, cr, rs, imm) ((opcode) + \ argument
169 #define ASM_113(opcode, rd, rs, imm1, imm2, imm3) \ argument
184 #define ASM_STW(rd, rs, simm) ASM_11I(OP_STW, rd, rs, simm) argument
185 #define ASM_LWZ(rd, rs, simm) ASM_11I(OP_LWZ, rd, rs, simm) argument
[all …]
/openbmc/linux/fs/isofs/
H A Drock.c54 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
706 struct rock_state rs; in rock_ridge_symlink_read_folio() local

12345678910>>...16