Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pci/
Dvgaarb.c1064 unsigned int io_cnt; member
1211 priv->cards[i].io_cnt++; in vga_arb_write()
1257 if (io_state & VGA_RSRC_LEGACY_IO && uc->io_cnt == 0) { in vga_arb_write()
1270 uc->io_cnt--; in vga_arb_write()
1304 priv->cards[i].io_cnt++; in vga_arb_write()
1365 priv->cards[i].io_cnt = 0; in vga_arb_write()
1438 priv->cards[0].io_cnt = 0; in vga_arb_open()
1461 uc->io_cnt, uc->mem_cnt); in vga_arb_release()
1462 while (uc->io_cnt--) in vga_arb_release()
/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_init.c5979 uint32_t io_cnt; in lpfc_cmf_timer() local
6027 io_cnt = 0; in lpfc_cmf_timer()
6033 io_cnt += atomic_xchg(&cgs->rx_io_cnt, 0); in lpfc_cmf_timer()
6077 if (io_cnt) { in lpfc_cmf_timer()
6079 atomic_add(io_cnt, &phba->cgn_latency_evt_cnt); in lpfc_cmf_timer()
6105 if (io_cnt) { in lpfc_cmf_timer()
6106 entry.avg_io_latency = div_u64(lat, io_cnt); in lpfc_cmf_timer()
6107 entry.avg_io_size = div_u64(rcv, io_cnt); in lpfc_cmf_timer()
6113 entry.io_cnt = io_cnt; in lpfc_cmf_timer()
Dlpfc.h1623 uint32_t io_cnt; member
Dlpfc_sli.c8170 entry->cmf_busy, entry->io_cnt, in lpfc_rx_monitor_report()