/linux-4.4.14/net/rds/ |
D | af_rds.c | 61 struct rds_sock *rs; in rds_release() local 103 void rds_wake_sk_sleep(struct rds_sock *rs) in rds_wake_sk_sleep() 116 struct rds_sock *rs = rds_sk_to_rs(sock->sk); in rds_getname() local 159 struct rds_sock *rs = rds_sk_to_rs(sk); in rds_poll() local 200 static int rds_cancel_sent_to(struct rds_sock *rs, char __user *optval, in rds_cancel_sent_to() 240 static int rds_cong_monitor(struct rds_sock *rs, char __user *optval, in rds_cong_monitor() 258 static int rds_set_transport(struct rds_sock *rs, char __user *optval, in rds_set_transport() 283 struct rds_sock *rs = rds_sk_to_rs(sock->sk); in rds_setsockopt() local 325 struct rds_sock *rs = rds_sk_to_rs(sock->sk); in rds_getsockopt() local 380 struct rds_sock *rs = rds_sk_to_rs(sk); in rds_connect() local [all …]
|
D | recv.c | 69 static void rds_recv_rcvbuf_delta(struct rds_sock *rs, struct sock *sk, in rds_recv_rcvbuf_delta() 108 static void rds_recv_incoming_exthdrs(struct rds_incoming *inc, struct rds_sock *rs) in rds_recv_incoming_exthdrs() 160 struct rds_sock *rs = NULL; in rds_recv_incoming() local 249 static int rds_next_incoming(struct rds_sock *rs, struct rds_incoming **inc) in rds_next_incoming() 267 static int rds_still_queued(struct rds_sock *rs, struct rds_incoming *inc, in rds_still_queued() 296 int rds_notify_queue_get(struct rds_sock *rs, struct msghdr *msghdr) in rds_notify_queue_get() 363 static int rds_notify_cong(struct rds_sock *rs, struct msghdr *msghdr) in rds_notify_cong() 402 struct rds_sock *rs = rds_sk_to_rs(sk); in rds_recvmsg() local 506 void rds_clear_recv_queue(struct rds_sock *rs) in rds_clear_recv_queue()
|
D | rdma.c | 98 struct rds_sock *rs = mr->r_sock; in rds_destroy_mr() local 129 void rds_rdma_drop_keys(struct rds_sock *rs) in rds_rdma_drop_keys() 173 static int __rds_rdma_map(struct rds_sock *rs, struct rds_get_mr_args *args, in __rds_rdma_map() 315 int rds_get_mr(struct rds_sock *rs, char __user *optval, int optlen) in rds_get_mr() 329 int rds_get_mr_for_dest(struct rds_sock *rs, char __user *optval, int optlen) in rds_get_mr_for_dest() 356 int rds_free_mr(struct rds_sock *rs, char __user *optval, int optlen) in rds_free_mr() 409 void rds_rdma_unuse(struct rds_sock *rs, u32 r_key, int force) in rds_rdma_unuse() 547 int rds_cmsg_rdma_args(struct rds_sock *rs, struct rds_message *rm, in rds_cmsg_rdma_args() 715 int rds_cmsg_rdma_dest(struct rds_sock *rs, struct rds_message *rm, in rds_cmsg_rdma_dest() 757 int rds_cmsg_rdma_map(struct rds_sock *rs, struct rds_message *rm, in rds_cmsg_rdma_map() [all …]
|
D | bind.c | 61 struct rds_sock *rs; in rds_find_bound() local 76 static int rds_add_bound(struct rds_sock *rs, __be32 addr, __be16 *port) in rds_add_bound() 120 void rds_remove_bound(struct rds_sock *rs) in rds_remove_bound() 139 struct rds_sock *rs = rds_sk_to_rs(sk); in rds_bind() local
|
D | send.c | 437 static void rds_send_sndbuf_remove(struct rds_sock *rs, struct rds_message *rm) in rds_send_sndbuf_remove() 466 struct rds_sock *rs = NULL; in rds_rdma_send_complete() local 502 struct rds_sock *rs = NULL; in rds_atomic_send_complete() local 539 __rds_send_complete(struct rds_sock *rs, struct rds_message *rm, int status) in __rds_send_complete() 608 struct rds_sock *rs = NULL; in rds_send_remove_from_sock() local 715 void rds_send_drop_to(struct rds_sock *rs, struct sockaddr_in *dest) in rds_send_drop_to() 810 static int rds_send_queue_rm(struct rds_sock *rs, struct rds_connection *conn, in rds_send_queue_rm() 931 static int rds_cmsg_send(struct rds_sock *rs, struct rds_message *rm, in rds_cmsg_send() 982 struct rds_sock *rs = rds_sk_to_rs(sk); in rds_sendmsg() local
|
D | cong.c | 258 struct rds_sock *rs; in rds_cong_map_updated() local 330 void rds_cong_add_socket(struct rds_sock *rs) in rds_cong_add_socket() 340 void rds_cong_remove_socket(struct rds_sock *rs) in rds_cong_remove_socket() 361 struct rds_sock *rs) in rds_cong_wait()
|
D | rds.h | 537 static inline struct sock *rds_rs_to_sk(struct rds_sock *rs) in rds_rs_to_sk() 547 static inline int rds_sk_sndbuf(struct rds_sock *rs) in rds_sk_sndbuf() 551 static inline int rds_sk_rcvbuf(struct rds_sock *rs) in rds_sk_rcvbuf()
|
D | iw_rdma.c | 571 struct rds_sock *rs, u32 *key_ret)
|
D | ib_rdma.c | 809 struct rds_sock *rs, u32 *key_ret) in rds_ib_get_mr()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | uasm.h | 200 # define UASM_i_ADDIU(buf, rs, rt, val) uasm_i_daddiu(buf, rs, rt, val) argument 201 # define UASM_i_ADDU(buf, rs, rt, rd) uasm_i_daddu(buf, rs, rt, rd) argument 202 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) argument 203 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument 204 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_ldx(buf, rs, rt, rd) argument 207 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_drotr(buf, rs, rt, sh) argument 208 # define UASM_i_SC(buf, rs, rt, off) uasm_i_scd(buf, rs, rt, off) argument 209 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) argument 210 # define UASM_i_SRA(buf, rs, rt, sh) uasm_i_dsra(buf, rs, rt, sh) argument 211 # define UASM_i_SRL(buf, rs, rt, sh) uasm_i_dsrl(buf, rs, rt, sh) argument [all …]
|
D | asm.h | 178 #define MOVN(rd, rs, rt) \ argument 185 #define MOVZ(rd, rs, rt) \ argument 194 #define MOVN(rd, rs, rt) \ argument 201 #define MOVZ(rd, rs, rt) \ argument 211 #define MOVN(rd, rs, rt) \ argument 213 #define MOVZ(rd, rs, rt) \ argument
|
/linux-4.4.14/drivers/spi/ |
D | spi-rockchip.c | 204 static inline void spi_enable_chip(struct rockchip_spi *rs, int enable) in spi_enable_chip() 209 static inline void spi_set_clk(struct rockchip_spi *rs, u16 div) in spi_set_clk() 214 static inline void flush_fifo(struct rockchip_spi *rs) in flush_fifo() 220 static inline void wait_for_idle(struct rockchip_spi *rs) in wait_for_idle() 232 static u32 get_fifo_len(struct rockchip_spi *rs) in get_fifo_len() 247 static inline u32 tx_max(struct rockchip_spi *rs) in tx_max() 257 static inline u32 rx_max(struct rockchip_spi *rs) in rx_max() 269 struct rockchip_spi *rs = spi_master_get_devdata(master); in rockchip_spi_set_cs() local 303 struct rockchip_spi *rs = spi_master_get_devdata(master); in rockchip_spi_prepare_message() local 315 struct rockchip_spi *rs = spi_master_get_devdata(master); in rockchip_spi_handle_err() local [all …]
|
/linux-4.4.14/drivers/md/ |
D | dm-raid.c | 152 struct raid_set *rs; in context_alloc() local 192 static void context_free(struct raid_set *rs) in context_free() 223 static int dev_parms(struct raid_set *rs, char **argv) in dev_parms() 322 static int validate_region_size(struct raid_set *rs, unsigned long region_size) in validate_region_size() 383 static int validate_raid_redundancy(struct raid_set *rs) in validate_raid_redundancy() 495 static int parse_raid_params(struct raid_set *rs, char **argv, in parse_raid_params() 739 struct raid_set *rs = container_of(ws, struct raid_set, md.event_work); in do_table_event() local 746 struct raid_set *rs = container_of(cb, struct raid_set, callbacks); in raid_is_congested() local 812 struct raid_set *rs = container_of(mddev, struct raid_set, md); in super_sync() local 901 struct raid_set *rs = container_of(mddev, struct raid_set, md); in super_init_validation() local [all …]
|
/linux-4.4.14/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 404 s32 rt, rs; in mult_func() local 431 u32 rt, rs; in multu_func() local 454 s32 rt, rs; in div_func() local 476 u32 rt, rs; in divu_func() local 499 s64 rt, rs; in dmult_func() local 531 u64 rt, rs; in dmultu_func() local 562 s64 rt, rs; in ddiv_func() local 587 u64 rt, rs; in ddivu_func() local 635 s32 rt, rs; in madd_func() local 664 u32 rt, rs; in maddu_func() local [all …]
|
/linux-4.4.14/lib/reed_solomon/ |
D | reed_solomon.c | 69 struct rs_control *rs; in rs_init() local 171 void free_rs(struct rs_control *rs) in free_rs() 204 struct rs_control *rs; in init_rs_internal() local 298 int encode_rs8(struct rs_control *rs, uint8_t *data, int len, uint16_t *par, in encode_rs8() 324 int decode_rs8(struct rs_control *rs, uint8_t *data, uint16_t *par, int len, in decode_rs8() 344 int encode_rs16(struct rs_control *rs, uint16_t *data, int len, uint16_t *par, in encode_rs16() 368 int decode_rs16(struct rs_control *rs, uint16_t *data, uint16_t *par, int len, in decode_rs16()
|
/linux-4.4.14/arch/tile/kernel/ |
D | head_64.S | 30 #define GET_FIRST_INT(rd, rs) shrsi rd, rs, 32 argument 31 #define GET_SECOND_INT(rd, rs) addxi rd, rs, 0 argument 33 #define GET_FIRST_INT(rd, rs) addxi rd, rs, 0 argument 34 #define GET_SECOND_INT(rd, rs) shrsi rd, rs, 32 argument
|
/linux-4.4.14/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-4.4.14/fs/isofs/ |
D | rock.c | 53 struct inode *inode, struct rock_state *rs) in setup_rock_ridge() 71 static void init_rock_state(struct rock_state *rs, struct inode *inode) in init_rock_state() 84 static int rock_continue(struct rock_state *rs) in rock_continue() 138 static int rock_check_overflow(struct rock_state *rs, int sig) in rock_check_overflow() 200 struct rock_state rs; in get_rock_ridge_filename() local 317 struct rock_state rs; in parse_rock_ridge_inode_internal() local 706 struct rock_state rs; in rock_ridge_symlink_readpage() local
|
/linux-4.4.14/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 | 60 #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 304 struct reiserfs_super_block *rs = r->s_rs; in show_journal() local
|
D | super.c | 40 int is_reiserfs_3_5(struct reiserfs_super_block *rs) in is_reiserfs_3_5() 46 int is_reiserfs_3_6(struct reiserfs_super_block *rs) in is_reiserfs_3_6() 52 int is_reiserfs_jr(struct reiserfs_super_block *rs) in is_reiserfs_jr() 58 static int is_any_reiserfs_magic_string(struct reiserfs_super_block *rs) in is_any_reiserfs_magic_string() 1351 struct reiserfs_super_block *rs = SB_DISK_SUPER_BLOCK(s); in handle_attrs() local 1387 struct reiserfs_super_block *rs; in reiserfs_remount() local 1560 struct reiserfs_super_block *rs; in read_super_block() local 1856 struct reiserfs_super_block *rs; in reiserfs_fill_super() local 2200 struct reiserfs_super_block *rs = SB_DISK_SUPER_BLOCK(dentry->d_sb); in reiserfs_statfs() local
|
D | prints.c | 529 struct reiserfs_super_block *rs = in print_super_block() local
|
D | bitmap.c | 421 struct reiserfs_super_block *rs; in _reiserfs_free_block() local
|
D | journal.c | 2723 struct reiserfs_super_block *rs; in journal_init() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 625 struct ath_rx_status *rs, in ath_edma_get_buffers() 677 struct ath_rx_status *rs, in ath_edma_get_next_rx_buf() 692 struct ath_rx_status *rs) in ath_get_next_rx_buf() 783 static void ath9k_process_tsf(struct ath_rx_status *rs, in ath9k_process_tsf() 945 struct ath_rx_status *rs) in ath9k_antenna_check() 974 struct ath_rx_status *rs, struct ieee80211_rx_status *rxs) in ath9k_apply_ampdu_details() 1000 struct ath_rx_status rs; in ath_rx_tasklet() local
|
D | dfs.h | 42 struct ath_rx_status *rs, u64 mactime) { } in ath9k_dfs_process_phyerr()
|
D | common-spectral.c | 143 ath_cmn_process_ht20_fft(struct ath_rx_status *rs, in ath_cmn_process_ht20_fft() 247 ath_cmn_process_ht20_40_fft(struct ath_rx_status *rs, in ath_cmn_process_ht20_40_fft() 497 struct ath_rx_status *rs, u64 tsf) in ath_cmn_process_fft()
|
D | debug_sta.c | 92 struct ath_rx_status *rs, in ath_debug_rate_stats()
|
D | common-debug.c | 91 struct ath_rx_status *rs) in ath9k_cmn_debug_stat_rx()
|
D | antenna.c | 721 void ath_ant_comb_scan(struct ath_softc *sc, struct ath_rx_status *rs) in ath_ant_comb_scan()
|
D | dfs.c | 292 struct ath_rx_status *rs, u64 mactime) in ath9k_dfs_process_phyerr()
|
D | debug.h | 298 struct ath_rx_status *rs) in ath_debug_stat_rx() 321 struct ath_rx_status *rs, in ath_debug_rate_stats()
|
D | htc_drv_debug.c | 246 struct ath_rx_status *rs) in ath9k_htc_err_stat_rx()
|
D | mac.c | 525 struct ath_rx_status *rs) in ath9k_hw_rxprocdesc()
|
D | debug.c | 821 void ath_debug_stat_rx(struct ath_softc *sc, struct ath_rx_status *rs) in ath_debug_stat_rx()
|
D | htc.h | 384 struct ath_rx_status *rs) in ath9k_htc_err_stat_rx()
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | emulate.c | 93 static int kvmppc_emulate_mtspr(struct kvm_vcpu *vcpu, int sprn, int rs) in kvmppc_emulate_mtspr() 215 int rs, rt, sprn; in kvmppc_emulate_instruction() local
|
D | emulate_loadstore.c | 54 int ra, rs, rt; in kvmppc_emulate_loadstore() local
|
D | book3s_hv_ras.c | 55 unsigned long rs = be64_to_cpu(slb->save_area[i].vsid); in reload_slb() local
|
D | booke_emulate.c | 57 int rs = get_rs(inst); in kvmppc_booke_emulate_op() local
|
D | book3s_paired_singles.c | 184 int rs, ulong addr, int ls_type) in kvmppc_emulate_fpr_load() 228 int rs, ulong addr, int ls_type) in kvmppc_emulate_fpr_store() 274 int rs, ulong addr, bool w, int i) in kvmppc_emulate_psq_load() 317 int rs, ulong addr, bool w, int i) in kvmppc_emulate_psq_store()
|
D | book3s_64_mmu.c | 378 static void kvmppc_mmu_book3s_64_slbmte(struct kvm_vcpu *vcpu, u64 rs, u64 rb) in kvmppc_mmu_book3s_64_slbmte() 497 u64 rb = 0, rs = 0; in kvmppc_mmu_book3s_64_mtsrin() local
|
D | book3s_emulate.c | 95 int rs = get_rs(inst); in kvmppc_core_emulate_op_pr() local
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_ttyfax.c | 52 char rs[50]; in isdn_tty_fax_modem_result() local 194 char rs[10]; in isdn_tty_fax_command() local 418 char rs[50]; in isdn_tty_cmd_FCLASS2() local
|
D | isdn_ppp.c | 2307 struct ippp_ccp_reset_state *rs; in isdn_ppp_ccp_reset_free_state() local 2326 struct ippp_ccp_reset_state *rs = in isdn_ppp_ccp_timer_callback() local 2361 struct ippp_ccp_reset_state *rs; in isdn_ppp_ccp_reset_alloc_state() local 2387 struct ippp_ccp_reset_state *rs; in isdn_ppp_ccp_reset_trans() local 2490 struct ippp_ccp_reset_state *rs = is->reset->rs[id]; in isdn_ppp_ccp_reset_ack_rcvd() local
|
D | isdn_tty.c | 3030 char rs[20]; in isdn_tty_cmd_PLUSF() local 3133 char rs[20]; in isdn_tty_cmd_PLUSV() local
|
/linux-4.4.14/arch/mips/math-emu/ |
D | ieee754sp.h | 49 #define SPXSRSXn(rs) \ argument 56 #define SPXSRSYn(rs) \ argument
|
D | sp_mul.c | 27 int rs; in ieee754sp_mul() local
|
D | dp_mul.c | 27 int rs; in ieee754dp_mul() local
|
D | sp_maddf.c | 21 int rs; in ieee754sp_maddf() local
|
D | sp_msubf.c | 21 int rs; in ieee754sp_msubf() local
|
D | dp_msubf.c | 21 int rs; in ieee754dp_msubf() local
|
D | dp_maddf.c | 21 int rs; in ieee754dp_maddf() local
|
D | ieee754dp.h | 49 #define XDPSRS(v,rs) \ argument
|
/linux-4.4.14/drivers/misc/mei/ |
D | hbm.c | 448 struct hbm_notification_response *rs = in notify_res_to_fop() local 466 struct hbm_notification_response *rs = in mei_hbm_cl_notify_start_res() local 492 struct hbm_notification_response *rs = in mei_hbm_cl_notify_stop_res() local 746 struct hbm_client_connect_response *rs = in mei_hbm_cl_disconnect_res() local 782 struct hbm_client_connect_response *rs = in mei_hbm_cl_connect_res() local 807 struct mei_hbm_cl_cmd *rs, in mei_hbm_cl_res()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
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()
|
D | mac80211_if.c | 262 static void brcms_set_basic_rate(struct brcm_rateset *rs, u16 rate, bool is_br) in brcms_set_basic_rate() 626 struct brcm_rateset rs; in brcms_ops_bss_info_changed() local
|
D | main.c | 3415 brcms_default_rateset(struct brcms_c_info *wlc, struct brcms_c_rateset *rs) in brcms_default_rateset() 3676 struct brcms_c_rateset rs; in brcms_c_set_ratetable() local 5246 struct brcms_c_rateset rs; in brcms_c_set_gmode() local 5374 struct brcms_c_rateset rs, new; in brcms_c_set_internal_rateset() local 5484 struct brcms_c_rateset *rs; in brcms_c_get_current_rateset() local 5496 int brcms_c_set_rateset(struct brcms_c_info *wlc, struct brcm_rateset *rs) in brcms_c_set_rateset() 7255 struct brcms_c_rateset rs; in brcms_c_mod_prb_rsp_rate_table() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_null.c | 310 struct ptlrpc_reply_state *rs; in null_alloc_rs() local 340 void null_free_rs(struct ptlrpc_reply_state *rs) in null_free_rs() 352 struct ptlrpc_reply_state *rs = req->rq_reply_state; in null_authorize() local
|
D | sec_plain.c | 783 struct ptlrpc_reply_state *rs; in plain_alloc_rs() local 823 void plain_free_rs(struct ptlrpc_reply_state *rs) in plain_free_rs() 835 struct ptlrpc_reply_state *rs = req->rq_reply_state; in plain_authorize() local 883 struct ptlrpc_reply_state *rs = req->rq_reply_state; in plain_svc_unwrap_bulk() local 917 struct ptlrpc_reply_state *rs = req->rq_reply_state; in plain_svc_wrap_bulk() local
|
D | service.c | 252 void ptlrpc_dispatch_difficult_reply(struct ptlrpc_reply_state *rs) in ptlrpc_dispatch_difficult_reply() 268 ptlrpc_schedule_difficult_reply(struct ptlrpc_reply_state *rs) in ptlrpc_schedule_difficult_reply() 1750 ptlrpc_handle_rs(struct ptlrpc_reply_state *rs) in ptlrpc_handle_rs() 1985 struct ptlrpc_reply_state *rs; in ptlrpc_main() local 2207 struct ptlrpc_reply_state *rs; in ptlrpc_hr_main() local 2647 struct ptlrpc_reply_state *rs; in ptlrpc_service_purge_all() local
|
D | pack_generic.c | 238 #define PTLRPC_RS_DEBUG_LRU_ADD(rs) \ argument 245 #define PTLRPC_RS_DEBUG_LRU_DEL(rs) \ argument 252 # define PTLRPC_RS_DEBUG_LRU_ADD(rs) do {} while (0) argument 253 # define PTLRPC_RS_DEBUG_LRU_DEL(rs) do {} while (0) argument 259 struct ptlrpc_reply_state *rs = NULL; in lustre_get_emerg_rs() local 293 void lustre_put_emerg_rs(struct ptlrpc_reply_state *rs) in lustre_put_emerg_rs() 306 struct ptlrpc_reply_state *rs; in lustre_pack_reply_v2() local 483 void lustre_free_reply_state(struct ptlrpc_reply_state *rs) in lustre_free_reply_state()
|
D | events.c | 384 struct ptlrpc_reply_state *rs = cbid->cbid_arg; in reply_out_callback() local
|
D | niobuf.c | 351 struct ptlrpc_reply_state *rs = req->rq_reply_state; in ptlrpc_send_reply() local
|
D | sec.c | 1973 struct ptlrpc_reply_state *rs; in sptlrpc_svc_alloc_rs() local 2040 void sptlrpc_svc_free_rs(struct ptlrpc_reply_state *rs) in sptlrpc_svc_free_rs()
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | page.h | 185 #define tophys(rd, rs) addik rd, rs, 0 argument 186 #define tovirt(rd, rs) addik rd, rs, 0 argument 192 #define tophys(rd, rs) \ argument 194 #define tovirt(rd, rs) \ argument
|
/linux-4.4.14/lib/ |
D | ratelimit.c | 28 int ___ratelimit(struct ratelimit_state *rs, const char *func) in ___ratelimit()
|
D | test-hexdump.c | 53 int gs = groupsize, rs = rowsize; in test_hexdump() local
|
/linux-4.4.14/fs/gfs2/ |
D | rgrp.c | 186 static inline int rs_cmp(u64 blk, u32 len, struct gfs2_blkreserv *rs) in rs_cmp() 622 static void dump_rs(struct seq_file *seq, const struct gfs2_blkreserv *rs) in dump_rs() 635 static void __rs_deltree(struct gfs2_blkreserv *rs) in __rs_deltree() 668 void gfs2_rs_deltree(struct gfs2_blkreserv *rs) in gfs2_rs_deltree() 709 struct gfs2_blkreserv *rs; in return_all_reservations() local 1459 struct gfs2_blkreserv *rs = ip->i_res; in rs_insert() local 1506 struct gfs2_blkreserv *rs = ip->i_res; in rg_mblk_search() local 1559 struct gfs2_blkreserv *rs; in gfs2_next_unreserved_block() local 1914 static bool gfs2_rgrp_used_recently(const struct gfs2_blkreserv *rs, in gfs2_rgrp_used_recently() 1987 struct gfs2_blkreserv *rs = ip->i_res; in gfs2_inplace_reserve() local [all …]
|
D | rgrp.h | 81 static inline bool gfs2_rs_active(struct gfs2_blkreserv *rs) in gfs2_rs_active()
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | reset.c | 49 u16 rs; in omap1_get_reset_sources() local
|
/linux-4.4.14/arch/mips/txx9/generic/ |
D | mem_tx4927.c | 44 unsigned int rs = 0; in tx4927_process_sdccr() local
|
/linux-4.4.14/arch/arm/probes/kprobes/ |
D | actions-arm.c | 170 int rs = (insn >> 8) & 0xf; in emulate_rd12rn16rm0rs8_rwflags() local 232 int rs = (insn >> 8) & 0xf; in emulate_rd16rn12rm0rs8_rwflags_nopc() local
|
/linux-4.4.14/mm/ |
D | percpu.c | 251 int *rs, int *re, int end) in pcpu_next_unpop() 258 int *rs, int *re, int end) in pcpu_next_pop() 270 #define pcpu_for_each_unpop_region(chunk, rs, re, start, end) \ argument 275 #define pcpu_for_each_pop_region(chunk, rs, re, start, end) \ argument 511 int page_start, page_end, rs, re; in pcpu_fit_in_area() local 996 int page_start, page_end, rs, re; in pcpu_alloc() local 1140 int rs, re; in pcpu_balance_workfn() local 1173 int nr_unpop = 0, rs, re; in pcpu_balance_workfn() local
|
D | memory-failure.c | 1400 #define unpoison_pr_info(fmt, pfn, rs) \ argument
|
/linux-4.4.14/block/partitions/ |
D | atari.c | 36 struct rootsector *rs; in atari_partition() local
|
/linux-4.4.14/arch/powerpc/mm/ |
D | icswx.c | 219 u32 rs; in acop_handle_fault() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | desc.c | 603 struct ath5k_rx_status *rs) in ath5k_hw_proc_5210_rx_status() 697 struct ath5k_rx_status *rs) in ath5k_hw_proc_5212_rx_status()
|
D | base.c | 1213 struct ath5k_rx_status *rs) in ath5k_rx_decrypted() 1373 struct ath5k_rx_status *rs) in ath5k_receive_frame() 1449 ath5k_receive_frame_ok(struct ath5k_hw *ah, struct ath5k_rx_status *rs) in ath5k_receive_frame_ok() 1542 struct ath5k_rx_status rs = {}; in ath5k_tasklet_rx() local
|
D | debug.c | 1083 struct ath5k_rx_status *rs) in ath5k_debug_printrxbuf() 1101 struct ath5k_rx_status rs = {}; in ath5k_debug_printrxbuffs() local
|
/linux-4.4.14/arch/mips/lasat/ |
D | picvue.h | 13 u32 rs; member
|
/linux-4.4.14/drivers/net/wireless/ath/ |
D | dfs_pri_detector.c | 388 const struct radar_detector_specs *rs = de->rs; in pri_detector_add_pulse() local 418 struct pri_detector *pri_detector_init(const struct radar_detector_specs *rs) in pri_detector_init()
|
D | dfs_pri_detector.h | 66 const struct radar_detector_specs *rs; member
|
D | dfs_pattern_detector.c | 212 const struct radar_detector_specs *rs = &dpd->radar_spec[i]; in channel_detector_create() local
|
/linux-4.4.14/include/linux/ |
D | rslib.h | 100 static inline int rs_modnn(struct rs_control *rs, int x) in rs_modnn()
|
D | ratelimit.h | 34 static inline void ratelimit_state_init(struct ratelimit_state *rs, in ratelimit_state_init()
|
D | isdn_ppp.h | 154 struct ippp_ccp_reset_state *rs[256]; /* One per possible id */ member
|
/linux-4.4.14/drivers/clk/bcm/ |
D | clk-nsp.c | 29 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
|
D | clk-ns2.c | 29 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
|
D | clk-cygnus.c | 37 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
|
/linux-4.4.14/arch/s390/net/ |
D | bpf_jit_comp.c | 303 static void save_regs(struct bpf_jit *jit, u32 rs, u32 re) in save_regs() 318 static void restore_regs(struct bpf_jit *jit, u32 rs, u32 re) in restore_regs() 370 int re = 6, rs; in save_restore_regs() local
|
/linux-4.4.14/drivers/video/backlight/ |
D | ili922x.c | 104 #define START_BYTE(id, rs, rw) \ argument 151 static int ili922x_read_status(struct spi_device *spi, u16 *rs) in ili922x_read_status()
|
/linux-4.4.14/fs/dlm/ |
D | rcom.c | 74 static void set_rcom_status(struct dlm_ls *ls, struct rcom_status *rs, in set_rcom_status() 195 struct rcom_status *rs; in receive_rcom_status() local
|
/linux-4.4.14/fs/9p/ |
D | vfs_super.c | 245 struct p9_rstatfs rs; in v9fs_statfs() local
|
/linux-4.4.14/arch/sh/include/uapi/asm/ |
D | ptrace_32.h | 71 unsigned long rs; member
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | mce_power.c | 108 unsigned long rs = be64_to_cpu(slb->save_area[i].vsid); in flush_and_reload_slb() local
|
D | legacy_serial.c | 77 const __be32 *clk, *spd, *rs; in add_legacy_port() local
|
D | traps.c | 952 u32 ra,rs; in emulate_popcntb_inst() local
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | ppc_asm.h | 489 #define tophys(rd,rs) \ argument 492 #define tovirt(rd,rs) \ argument 499 #define tophys(rd,rs) \ argument 502 #define tovirt(rd,rs) \ argument 514 #define tophys(rd,rs) \ argument 521 #define tovirt(rd,rs) \ argument
|
/linux-4.4.14/drivers/watchdog/ |
D | omap_wdt.c | 269 u32 rs = pdata->read_reset_sources(); in omap_wdt_probe() local
|
/linux-4.4.14/include/math-emu/ |
D | double.h | 122 #define FP_FROM_INT_D(X,r,rs,rt) _FP_FROM_INT(D,2,X,r,rs,rt) argument 197 #define FP_FROM_INT_D(X,r,rs,rt) _FP_FROM_INT(D,1,X,r,rs,rt) argument
|
D | quad.h | 128 #define FP_FROM_INT_Q(X,r,rs,rt) _FP_FROM_INT(Q,4,X,r,rs,rt) argument 201 #define FP_FROM_INT_Q(X,r,rs,rt) _FP_FROM_INT(Q,2,X,r,rs,rt) argument
|
D | single.h | 111 #define FP_FROM_INT_S(X,r,rs,rt) _FP_FROM_INT(S,1,X,r,rs,rt) argument
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lib.c | 679 struct ptlrpc_reply_state *rs; in target_send_reply() local
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | pgtable.h | 408 #define _PGD_INDEX(rt,rs) extui rt, rs, PGDIR_SHIFT, 32-PGDIR_SHIFT argument 409 #define _PTE_INDEX(rt,rs) extui rt, rs, PAGE_SHIFT, PTRS_PER_PTE_SHIFT argument
|
/linux-4.4.14/crypto/ |
D | serpent_generic.c | 587 u32 rs[4], rd[4]; in tnepres_encrypt() local 607 u32 rs[4], rd[4]; in tnepres_decrypt() local
|
D | des_generic.c | 73 static const u8 rs[256] = { variable
|
/linux-4.4.14/drivers/misc/ |
D | phantom.c | 93 struct phm_regs rs; in phantom_ioctl() local
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | misc.c | 130 reg_ser_rs_stat_din rs; in serout() local
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-sti.c | 300 const char *rs; in sti_dwmac_parse_data() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvmodesnv17.c | 326 uint64_t rs[] = {mode->hdisplay * id3, in tv_setup_filter() local
|
/linux-4.4.14/drivers/net/irda/ |
D | vlsi_ir.h | 277 #define RINGSIZE_TO_RXSIZE(rs) ((((rs)&0x0f00)>>6)+4) argument 278 #define RINGSIZE_TO_TXSIZE(rs) ((((rs)&0xf000)>>10)+4) argument
|
/linux-4.4.14/drivers/video/console/ |
D | fbcon_cw.c | 181 unsigned int rs = info->var.yres - rw; in cw_clear_margins() local
|
D | bitblit.c | 212 unsigned int rs = info->var.xres - rw; in bit_clear_margins() local
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | head.S | 32 #define tophys(rd,rs) \ argument
|
/linux-4.4.14/arch/x86/kernel/ |
D | ptrace.c | 941 #define SEG32(rs) \ argument 1012 #define SEG32(rs) \ argument
|
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_hdcs.c | 87 u16 rs; member
|
/linux-4.4.14/arch/ia64/kernel/ |
D | unwind.c | 617 struct unw_reg_state *rs; in push() local 631 struct unw_reg_state *rs = sr->curr.next; in pop() local 643 dup_state_stack (struct unw_reg_state *rs) in dup_state_stack() 666 free_state_stack (struct unw_reg_state *rs) in free_state_stack()
|
/linux-4.4.14/net/decnet/ |
D | dn_neigh.c | 501 unsigned char *rs; member
|
/linux-4.4.14/arch/ia64/mm/ |
D | discontig.c | 625 unsigned long rs, re, end = start + len; in call_pernode_memory() local
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pip.h | 274 uint64_t rs:1; member
|
D | cvmx-sriox-defs.h | 366 uint64_t rs:1; member
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | ibmphp_res.c | 74 struct resource_node *rs; in alloc_resources() local
|
/linux-4.4.14/fs/f2fs/ |
D | segment.h | 309 struct f2fs_sit_entry *rs) in seg_info_from_raw_sit() 320 struct f2fs_sit_entry *rs) in seg_info_to_raw_sit()
|
D | f2fs.h | 200 static inline int update_nats_in_cursum(struct f2fs_summary_block *rs, int i) in update_nats_in_cursum() 207 static inline int update_sits_in_cursum(struct f2fs_summary_block *rs, int i) in update_sits_in_cursum()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | cafe_nand.c | 63 struct rs_control *rs; member
|
D | diskonchip.c | 144 static int doc_ecc_decode(struct rs_control *rs, uint8_t *data, uint8_t *ecc) in doc_ecc_decode()
|
/linux-4.4.14/drivers/staging/panel/ |
D | panel.c | 266 int rs; member 656 unsigned char rs; /* parallel LCD RS (0 = cmd, 1 = data) */ member
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_nl.c | 872 drbd_determine_dev_size(struct drbd_device *device, enum dds_flags flags, struct resize_parms *rs) … in drbd_determine_dev_size() 2493 struct resize_parms rs; in drbd_adm_resize() local
|
/linux-4.4.14/tools/perf/ |
D | builtin-stat.c | 237 struct timespec ts, rs; in process_interval() local
|
/linux-4.4.14/arch/arm/net/ |
D | bpf_jit_32.h | 193 #define ARM_ORR_S(rd, rn, rm, type, rs) \ argument
|
/linux-4.4.14/drivers/tty/ |
D | cyclades.c | 2456 u32 rs; in cy_tiocmset() local 3035 u32 rs; in cyz_dtr_rts() local
|
/linux-4.4.14/drivers/net/wireless/ath/ar5523/ |
D | ar5523.c | 1187 struct ar5523_cmd_rateset *rs, in ar5523_create_rateset()
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | processor.h | 135 __u64 rs : 1; member
|
D | pal.h | 441 rs : 1, /* RSE valid */ member
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | liquidio_common.h | 308 u64 rs:1; member
|
/linux-4.4.14/drivers/s390/cio/ |
D | chsc.c | 279 u8 rs; /* reporting source */ member
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2736 ptlrpc_rs_addref(struct ptlrpc_reply_state *rs) in ptlrpc_rs_addref() 2743 ptlrpc_rs_decref(struct ptlrpc_reply_state *rs) in ptlrpc_rs_decref()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_common.c | 4103 u8 rs, eeprom_data; in ixgbe_set_soft_rate_select_speed() local
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_user.c | 122 struct xfrm_replay_state_esn *rs; in verify_replay() local
|