Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/
Dvgaarb.c1062 unsigned int io_cnt; member
1208 priv->cards[i].io_cnt++; in vga_arb_write()
1254 if (io_state & VGA_RSRC_LEGACY_IO && uc->io_cnt == 0) { in vga_arb_write()
1267 uc->io_cnt--; in vga_arb_write()
1301 priv->cards[i].io_cnt++; in vga_arb_write()
1362 priv->cards[i].io_cnt = 0; in vga_arb_write()
1435 priv->cards[0].io_cnt = 0; in vga_arb_open()
1457 uc->io_cnt, uc->mem_cnt); in vga_arb_release()
1458 while (uc->io_cnt--) in vga_arb_release()
/Linux-v6.6/drivers/scsi/lpfc/
Dlpfc_init.c5955 uint32_t io_cnt; in lpfc_cmf_timer() local
6003 io_cnt = 0; in lpfc_cmf_timer()
6009 io_cnt += atomic_xchg(&cgs->rx_io_cnt, 0); in lpfc_cmf_timer()
6046 if (io_cnt) { in lpfc_cmf_timer()
6048 atomic_add(io_cnt, &phba->cgn_latency_evt_cnt); in lpfc_cmf_timer()
6074 if (io_cnt) { in lpfc_cmf_timer()
6075 entry.avg_io_latency = div_u64(lat, io_cnt); in lpfc_cmf_timer()
6076 entry.avg_io_size = div_u64(rcv, io_cnt); in lpfc_cmf_timer()
6082 entry.io_cnt = io_cnt; in lpfc_cmf_timer()
Dlpfc.h1592 uint32_t io_cnt; member
Dlpfc_sli.c8156 entry->cmf_busy, entry->io_cnt, in lpfc_rx_monitor_report()