/linux-4.1.27/arch/ia64/kernel/ |
H A D | unwind_decoder.c | 34 * UNW_DEC_EPILOGUE(fmt,t,ecount,arg) 391 unw_word t, ecount, label; unw_decode_b3_x4() local 396 ecount = unw_decode_uleb128 (&dp); unw_decode_b3_x4() 397 UNW_DEC_EPILOGUE(B3, t, ecount, arg); unw_decode_b3_x4()
|
H A D | unwind.c | 1027 desc_epilogue (unw_word t, unw_word ecount, struct unw_state_record *sr) desc_epilogue() 1030 sr->epilogue_count = ecount + 1; 1025 desc_epilogue(unw_word t, unw_word ecount, struct unw_state_record *sr) desc_epilogue() argument
|
/linux-4.1.27/drivers/staging/media/cxd2099/ |
H A D | cxd2099.c | 633 static int read_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount) read_data() argument 658 static int write_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount) write_data() argument 663 printk(kern_INFO "write_data %d\n", ecount); write_data() 664 write_reg(ci, 0x0d, ecount>>8); write_data() 665 write_reg(ci, 0x0e, ecount&0xff); write_data() 666 write_block(ci, 0x11, ebuf, ecount); write_data() 668 return ecount; write_data()
|
/linux-4.1.27/arch/blackfin/include/asm/ |
H A D | bfin_dma.h | 158 __BFP(ecount);
|
/linux-4.1.27/tools/perf/ |
H A D | builtin-kvm.c | 600 u64 ecount, etime, max, min; print_result() local 602 ecount = get_event_count(event, vcpu); print_result() 609 pr_info("%10llu ", (unsigned long long)ecount); print_result() 610 pr_info("%8.2f%% ", (double)ecount / kvm->total_count * 100); print_result() 614 pr_info("%9.2fus ( +-%7.2f%% )", (double)etime / ecount/1e3, print_result()
|
/linux-4.1.27/drivers/media/dvb-core/ |
H A D | dvb_ca_en50221.c | 165 static int dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount); 166 static int dvb_ca_en50221_write_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount); 585 * @param ecount Size of ebuf. Ignored if ebuf is NULL. 589 static int dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount) dvb_ca_en50221_read_data() argument 648 if (bytes_read > ecount) { dvb_ca_en50221_read_data() 649 printk("dvb_ca adapter %d: CAM tried to send a buffer larger than the ecount size!\n", dvb_ca_en50221_read_data()
|
/linux-4.1.27/drivers/scsi/ |
H A D | esp_scsi.c | 1334 int fifo_cnt, ecount, bytes_sent, flush_fifo; esp_data_bytes_sent() local 1340 ecount = 0; esp_data_bytes_sent() 1342 ecount = ((unsigned int)esp_read8(ESP_TCLOW) | esp_data_bytes_sent() 1345 ecount |= ((unsigned int)esp_read8(FAS_RLO)) << 16; esp_data_bytes_sent() 1347 ecount |= ((unsigned int)esp_read8(ESP_TCHI)) << 16; esp_data_bytes_sent() 1351 bytes_sent -= ecount; esp_data_bytes_sent()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 12078 int ecount = 0; lpfc_sli4_sp_handle_eqe() local 12103 if (!(++ecount % cq->entry_repost)) lpfc_sli4_sp_handle_eqe() 12116 if (!(++ecount % cq->entry_repost)) lpfc_sli4_sp_handle_eqe() 12121 if (ecount > cq->CQ_max_cqe) lpfc_sli4_sp_handle_eqe() 12122 cq->CQ_max_cqe = ecount; lpfc_sli4_sp_handle_eqe() 12132 if (unlikely(ecount == 0)) lpfc_sli4_sp_handle_eqe() 12322 int ecount = 0; lpfc_sli4_hba_handle_eqe() local 12369 if (!(++ecount % cq->entry_repost)) lpfc_sli4_hba_handle_eqe() 12374 if (ecount > cq->CQ_max_cqe) lpfc_sli4_hba_handle_eqe() 12375 cq->CQ_max_cqe = ecount; lpfc_sli4_hba_handle_eqe() 12378 if (unlikely(ecount == 0)) lpfc_sli4_hba_handle_eqe() 12425 int ecount = 0; lpfc_sli4_fof_handle_eqe() local 12460 if (!(++ecount % cq->entry_repost)) lpfc_sli4_fof_handle_eqe() 12465 if (ecount > cq->CQ_max_cqe) lpfc_sli4_fof_handle_eqe() 12466 cq->CQ_max_cqe = ecount; lpfc_sli4_fof_handle_eqe() 12469 if (unlikely(ecount == 0)) lpfc_sli4_fof_handle_eqe() 12511 int ecount = 0; lpfc_sli4_fof_intr_handler() local 12544 if (!(++ecount % eq->entry_repost)) lpfc_sli4_fof_intr_handler() 12550 if (ecount > eq->EQ_max_eqe) lpfc_sli4_fof_intr_handler() 12551 eq->EQ_max_eqe = ecount; lpfc_sli4_fof_intr_handler() 12554 if (unlikely(ecount == 0)) { lpfc_sli4_fof_intr_handler() 12607 int ecount = 0; lpfc_sli4_hba_intr_handler() local 12656 if (!(++ecount % fpeq->entry_repost)) lpfc_sli4_hba_intr_handler() 12662 if (ecount > fpeq->EQ_max_eqe) lpfc_sli4_hba_intr_handler() 12663 fpeq->EQ_max_eqe = ecount; lpfc_sli4_hba_intr_handler() 12668 if (unlikely(ecount == 0)) { lpfc_sli4_hba_intr_handler()
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | debug-mmrs.c | 324 __HMDMA(ECOUNT, ecount); bfin_debug_mmrs_hmdma()
|