Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/vga/
Dvgaarb.c947 unsigned int io_cnt; member
1098 priv->cards[i].io_cnt++; in vga_arb_write()
1144 if (io_state & VGA_RSRC_LEGACY_IO && uc->io_cnt == 0) { in vga_arb_write()
1157 uc->io_cnt--; in vga_arb_write()
1191 priv->cards[i].io_cnt++; in vga_arb_write()
1252 priv->cards[i].io_cnt = 0; in vga_arb_write()
1325 priv->cards[0].io_cnt = 0; in vga_arb_open()
1348 uc->io_cnt, uc->mem_cnt); in vga_arb_release()
1349 while (uc->io_cnt--) in vga_arb_release()
/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_init.c5862 uint32_t io_cnt; in lpfc_cmf_timer() local
5911 io_cnt = 0; in lpfc_cmf_timer()
5917 io_cnt += atomic_xchg(&cgs->rx_io_cnt, 0); in lpfc_cmf_timer()
5941 if (io_cnt) { in lpfc_cmf_timer()
5943 atomic_add(io_cnt, &phba->cgn_latency_evt_cnt); in lpfc_cmf_timer()
5971 if (io_cnt) { in lpfc_cmf_timer()
5972 entry->avg_io_latency = div_u64(lat, io_cnt); in lpfc_cmf_timer()
5973 entry->avg_io_size = div_u64(rcv, io_cnt); in lpfc_cmf_timer()
5979 entry->io_cnt = io_cnt; in lpfc_cmf_timer()
Dlpfc.h1613 uint32_t io_cnt; member
Dlpfc_debugfs.c5580 entry->io_cnt, in lpfc_rx_monitor_read()