Home
last modified time | relevance | path

Searched refs:io_cnt (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pci/
H A Dvgaarb.c1058 unsigned int io_cnt; member
1204 priv->cards[i].io_cnt++; in vga_arb_write()
1250 if (io_state & VGA_RSRC_LEGACY_IO && uc->io_cnt == 0) { in vga_arb_write()
1263 uc->io_cnt--; in vga_arb_write()
1297 priv->cards[i].io_cnt++; in vga_arb_write()
1358 priv->cards[i].io_cnt = 0; in vga_arb_write()
1431 priv->cards[0].io_cnt = 0; in vga_arb_open()
1453 uc->io_cnt, uc->mem_cnt); in vga_arb_release()
1454 while (uc->io_cnt--) in vga_arb_release()
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c5968 uint32_t io_cnt; in lpfc_cmf_timer() local
6016 io_cnt = 0; in lpfc_cmf_timer()
6022 io_cnt += atomic_xchg(&cgs->rx_io_cnt, 0); in lpfc_cmf_timer()
6059 if (io_cnt) { in lpfc_cmf_timer()
6061 atomic_add(io_cnt, &phba->cgn_latency_evt_cnt); in lpfc_cmf_timer()
6087 if (io_cnt) { in lpfc_cmf_timer()
6088 entry.avg_io_latency = div_u64(lat, io_cnt); in lpfc_cmf_timer()
6089 entry.avg_io_size = div_u64(rcv, io_cnt); in lpfc_cmf_timer()
6095 entry.io_cnt = io_cnt; in lpfc_cmf_timer()
H A Dlpfc_sli.c8173 entry->cmf_busy, entry->io_cnt, in lpfc_rx_monitor_report()