Searched refs:io_rxfer (Results 1 – 3 of 3) sorted by relevance
298 stats->io_rxfer++; in iostat_unbusy()447 sdrive.rxfer = stats->io_rxfer; in sysctl_hw_iostats()449 sdrive.xfer = stats->io_rxfer + stats->io_wxfer; in sysctl_hw_iostats()
94 u_int64_t io_rxfer; /* total number of read transfers */ member
1470 int rcount = io->io_rxfer; in tctrl_event_thread()1479 if ((rcount != io->io_rxfer) || (wcount != io->io_wxfer)) { in tctrl_event_thread()1480 rcount = io->io_rxfer; in tctrl_event_thread()