/linux-3.3/kernel/ |
D | rcutree.c | 151 static int rcu_gp_in_progress(struct rcu_state *rsp) in rcu_gp_in_progress() 291 cpu_needs_another_gp(struct rcu_state *rsp, struct rcu_data *rdp) in cpu_needs_another_gp() 299 static struct rcu_node *rcu_get_root(struct rcu_state *rsp) in rcu_get_root() 645 static void record_gp_stall_check_time(struct rcu_state *rsp) in record_gp_stall_check_time() 651 static void print_other_cpu_stall(struct rcu_state *rsp) in print_other_cpu_stall() 709 static void print_cpu_stall(struct rcu_state *rsp) in print_cpu_stall() 733 static void check_cpu_stall(struct rcu_state *rsp, struct rcu_data *rdp) in check_cpu_stall() 795 static void __note_new_gpnum(struct rcu_state *rsp, struct rcu_node *rnp, struct rcu_data *rdp) in __note_new_gpnum() 813 static void note_new_gpnum(struct rcu_state *rsp, struct rcu_data *rdp) in note_new_gpnum() 835 check_for_new_grace_period(struct rcu_state *rsp, struct rcu_data *rdp) in check_for_new_grace_period() [all …]
|
D | rcutree_plugin.h | 476 static void rcu_print_detail_task_stall(struct rcu_state *rsp) in rcu_print_detail_task_stall() 487 static void rcu_print_detail_task_stall(struct rcu_state *rsp) in rcu_print_detail_task_stall() 557 static int rcu_preempt_offline_tasks(struct rcu_state *rsp, in rcu_preempt_offline_tasks() 740 static void rcu_report_exp_rnp(struct rcu_state *rsp, struct rcu_node *rnp, in rcu_report_exp_rnp() 774 sync_rcu_preempt_exp_init(struct rcu_state *rsp, struct rcu_node *rnp) in sync_rcu_preempt_exp_init() 800 struct rcu_state *rsp = &rcu_preempt_state; in synchronize_rcu_expedited() local 991 static void rcu_print_detail_task_stall(struct rcu_state *rsp) in rcu_print_detail_task_stall() 1030 static int rcu_preempt_offline_tasks(struct rcu_state *rsp, in rcu_preempt_offline_tasks() 1080 static void rcu_report_exp_rnp(struct rcu_state *rsp, struct rcu_node *rnp, in rcu_report_exp_rnp() 1374 static int __cpuinit rcu_spawn_one_boost_kthread(struct rcu_state *rsp, in rcu_spawn_one_boost_kthread() [all …]
|
D | rcutree_trace.c | 266 static void print_one_rcu_state(struct seq_file *m, struct rcu_state *rsp) in print_one_rcu_state() 322 static void show_one_rcugp(struct seq_file *m, struct rcu_state *rsp) in show_one_rcugp() 385 static void print_rcu_pendings(struct seq_file *m, struct rcu_state *rsp) in print_rcu_pendings()
|
D | rcutree.h | 197 #define rcu_for_each_node_breadth_first(rsp, rnp) \ argument 206 #define rcu_for_each_nonleaf_node_breadth_first(rsp, rnp) \ argument 216 #define rcu_for_each_leaf_node(rsp, rnp) \ argument 299 struct rcu_state *rsp; member
|
/linux-3.3/drivers/infiniband/hw/cxgb3/ |
D | cxio_hal.h | 132 #define RSPQ_CQID(rsp) (be32_to_cpu(rsp->cq_ptrid) & 0xffff) argument 133 #define RSPQ_CQPTR(rsp) ((be32_to_cpu(rsp->cq_ptrid) >> 16) & 0xffff) argument 134 #define RSPQ_GENBIT(rsp) ((be32_to_cpu(rsp->flags) >> 16) & 1) argument 135 #define RSPQ_OVERFLOW(rsp) ((be32_to_cpu(rsp->flags) >> 17) & 1) argument 136 #define RSPQ_AN(rsp) ((be32_to_cpu(rsp->flags) >> 18) & 1) argument 137 #define RSPQ_SE(rsp) ((be32_to_cpu(rsp->flags) >> 19) & 1) argument 138 #define RSPQ_NOTIFY(rsp) ((be32_to_cpu(rsp->flags) >> 20) & 1) argument 139 #define RSPQ_CQBRANCH(rsp) ((be32_to_cpu(rsp->flags) >> 21) & 1) argument 140 #define RSPQ_CREDIT_THRESH(rsp) ((be32_to_cpu(rsp->flags) >> 22) & 1) argument
|
/linux-3.3/drivers/scsi/qla2xxx/ |
D | qla_isr.c | 42 struct rsp_que *rsp; in qla2100_intr_handler() local 138 struct rsp_que *rsp; in qla2300_intr_handler() local 318 qla2x00_async_event(scsi_qla_host_t *vha, struct rsp_que *rsp, uint16_t *mb) in qla2x00_async_event() 1315 qla2x00_process_response_queue(struct rsp_que *rsp) in qla2x00_process_response_queue() 1393 uint32_t sense_len, struct rsp_que *rsp) in qla2x00_handle_sense() 1563 qla2x00_status_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, void *pkt) in qla2x00_status_entry() 1862 qla2x00_status_cont_entry(struct rsp_que *rsp, sts_cont_entry_t *pkt) in qla2x00_status_cont_entry() 1950 qla2x00_error_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, sts_entry_t *pkt) in qla2x00_error_entry() 2046 struct rsp_que *rsp) in qla24xx_process_response_queue() 2190 struct rsp_que *rsp; in qla24xx_intr_handler() local [all …]
|
D | qla_mid.c | 230 qla2x00_alert_all_vps(struct rsp_que *rsp, uint16_t *mb) in qla2x00_alert_all_vps() 523 qla25xx_free_rsp_que(struct scsi_qla_host *vha, struct rsp_que *rsp) in qla25xx_free_rsp_que() 563 qla25xx_delete_rsp_que(struct scsi_qla_host *vha, struct rsp_que *rsp) in qla25xx_delete_rsp_que() 583 struct rsp_que *rsp = NULL; in qla25xx_delete_queues() local 723 struct rsp_que *rsp = container_of(work, struct rsp_que, q_work); in qla_do_work() local 739 struct rsp_que *rsp = NULL; in qla25xx_create_rsp_que() local
|
D | qla_iocb.c | 328 struct rsp_que *rsp; in qla2x00_start_scsi() local 517 struct rsp_que *rsp, uint16_t loop_id, in __qla2x00_marker() 560 struct rsp_que *rsp, uint16_t loop_id, uint16_t lun, in qla2x00_marker() 1447 struct rsp_que *rsp = NULL; in qla24xx_start_scsi() local 1613 struct rsp_que *rsp = NULL; in qla24xx_dif_start_scsi() local 1798 static void qla25xx_set_que(srb_t *sp, struct rsp_que **rsp) in qla25xx_set_que() 2247 struct rsp_que *rsp = NULL; in qla82xx_start_scsi() local
|
D | qla_init.c | 1248 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_alloc_fw_dump() local 1571 qla2x00_init_response_q_entries(struct rsp_que *rsp) in qla2x00_init_response_q_entries() 1697 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_config_rings() local 1726 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla24xx_config_rings() local 1802 struct rsp_que *rsp; in qla2x00_init_rings() local 3837 struct rsp_que *rsp; in qla2x00_loop_resync() local 4214 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_restart_isp() local 4264 struct rsp_que *rsp = NULL; in qla25xx_init_queues() local 5016 struct rsp_que *rsp; in qla24xx_configure_vhba() local 5394 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_restart_isp() local
|
D | qla_inline.h | 35 qla2x00_poll(struct rsp_que *rsp) in qla2x00_poll()
|
/linux-3.3/drivers/staging/media/as102/ |
D | as10x_cmd.h | 109 } rsp; member 124 } rsp; member 141 } rsp; member 158 } rsp; member 175 } rsp; member 190 } rsp; member 213 } rsp; member 230 } rsp; member 245 } rsp; member 260 } rsp; member [all …]
|
/linux-3.3/arch/powerpc/include/asm/ |
D | immap_qe.h | 396 struct rsp { struct 397 __be32 tibcr[16]; /* Trap/instruction breakpoint control regs */ 398 u8 res0[64]; 399 __be32 ibcr0; 400 __be32 ibs0; 401 __be32 ibcnr0; 402 u8 res1[4]; 403 __be32 ibcr1; 404 __be32 ibs1; 405 __be32 ibcnr1; [all …]
|
/linux-3.3/net/bluetooth/ |
D | l2cap_core.c | 463 struct l2cap_conn_rsp rsp; in l2cap_chan_close() local 788 struct l2cap_conn_rsp rsp; in l2cap_conn_start() local 2172 struct l2cap_conf_rsp *rsp = data; in l2cap_parse_conf_req() local 2390 static int l2cap_parse_conf_rsp(struct l2cap_chan *chan, void *rsp, int len, void *data, u16 *resul… in l2cap_parse_conf_rsp() 2491 struct l2cap_conf_rsp *rsp = data; in l2cap_build_conf_rsp() local 2505 struct l2cap_conn_rsp rsp; in __l2cap_connect_rsp_defer() local 2524 static void l2cap_conf_rfc_get(struct l2cap_chan *chan, void *rsp, int len) in l2cap_conf_rfc_get() 2591 struct l2cap_conn_rsp rsp; in l2cap_connect_req() local 2719 struct l2cap_conn_rsp *rsp = (struct l2cap_conn_rsp *) data; in l2cap_connect_rsp() local 2787 u8 rsp[64]; in l2cap_config_req() local [all …]
|
D | smp.c | 215 struct smp_cmd_pairing *rsp, in build_pairing_cmd() 563 struct smp_cmd_pairing rsp, *req = (void *) skb->data; in smp_cmd_pairing_req() local 612 struct smp_cmd_pairing *req, *rsp = (void *) skb->data; in smp_cmd_pairing_rsp() local 905 struct smp_cmd_pairing *req, *rsp; in smp_distribute_keys() local
|
/linux-3.3/block/ |
D | bsg-lib.c | 56 struct request *rsp = req->next_rq; in bsg_job_done() local 112 struct request *rsp = req->next_rq; in bsg_create_job() local
|
/linux-3.3/drivers/staging/rts5139/ |
D | rts51x_fop.c | 141 static int rts51x_sd_get_rsp(struct rts51x_chip *chip, struct sd_rsp *rsp) in rts51x_sd_get_rsp() 246 struct sd_rsp rsp; in rts51x_ioctl() local
|
D | sd.c | 102 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len) 450 u8 rsp[16]; local 717 u8 rsp[5]; local 747 u8 rsp[5]; local 2013 u8 rsp[16]; local 2484 u8 rsp[5]; local 2502 u8 rsp[5]; local 2605 u8 rsp[5]; local 2650 u8 rsp[16]; local
|
D | rts51x_fop.h | 43 void *rsp; member
|
/linux-3.3/drivers/s390/scsi/ |
D | zfcp_fc.h | 134 struct fc_els_adisc rsp; member 138 struct zfcp_fc_gid_pn_rsp rsp; member 146 struct zfcp_fc_gspn_rsp rsp; member 150 struct fc_ct_hdr rsp; member
|
/linux-3.3/arch/arm/mach-msm/ |
D | scm.c | 150 static inline void *scm_get_response_buffer(const struct scm_response *rsp) in scm_get_response_buffer() 229 struct scm_response *rsp; in scm_call() local
|
/linux-3.3/drivers/staging/rts_pstor/ |
D | sd.c | 155 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len) in sd_send_cmd_get_rsp() 441 u8 rsp[16]; in sd_check_csd() local 751 u8 rsp[5]; in sd_update_lock_status() local 778 u8 rsp[5]; in sd_wait_state_data_ready() local 2291 u8 rsp[16]; in reset_sd() local 2748 u8 rsp[5]; in mmc_test_switch_bus() local 2764 u8 rsp[5]; in mmc_test_switch_bus() local 2860 u8 rsp[5]; in mmc_switch_timing_bus() local 2922 u8 rsp[16]; in reset_mmc() local 3633 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len, int special_check) in ext_sd_send_cmd_get_rsp() [all …]
|
/linux-3.3/net/nfc/nci/ |
D | rsp.c | 43 struct nci_core_reset_rsp *rsp = (void *) skb->data; in nci_core_reset_rsp_packet() local
|
/linux-3.3/drivers/scsi/libsas/ |
D | sas_internal.h | 85 struct request *rsp) in sas_smp_host_handler()
|
/linux-3.3/drivers/scsi/ibmvscsi/ |
D | ibmvfc.c | 272 struct ibmvfc_fcp_rsp *rsp = &vfc_cmd->rsp; in ibmvfc_get_err_result() local 1472 struct ibmvfc_fcp_rsp *rsp = &vfc_cmd->rsp; in ibmvfc_log_error() local 1526 struct ibmvfc_fcp_rsp *rsp = &vfc_cmd->rsp; in ibmvfc_scsi_done() local 2160 union ibmvfc_iu rsp; in ibmvfc_cancel_all() local 3257 struct ibmvfc_process_login *rsp = &evt->xfer_iu->prli; in ibmvfc_tgt_prli_done() local 3364 struct ibmvfc_port_login *rsp = &evt->xfer_iu->plogi; in ibmvfc_tgt_plogi_done() local 3457 struct ibmvfc_implicit_logout *rsp = &evt->xfer_iu->implicit_logout; in ibmvfc_tgt_implicit_logout_done() local 3756 struct ibmvfc_query_tgt *rsp = &evt->xfer_iu->query_tgt; in ibmvfc_tgt_query_target_done() local 3907 struct ibmvfc_discover_targets *rsp = &evt->xfer_iu->discover_targets; in ibmvfc_discover_targets_done() local 3970 struct ibmvfc_npiv_login_resp *rsp = &vhost->login_buf->resp; in ibmvfc_npiv_login_done() local
|
/linux-3.3/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ctx.c | 34 u32 rsp = NX_CDRP_RSP_OK; in netxen_poll_rsp() local 54 u32 rsp; in netxen_issue_cmd() local
|