Searched refs:io_wxfer (Results 1 – 3 of 3) sorted by relevance
301 stats->io_wxfer++; in iostat_unbusy()448 sdrive.wxfer = stats->io_wxfer; in sysctl_hw_iostats()449 sdrive.xfer = stats->io_rxfer + stats->io_wxfer; in sysctl_hw_iostats()
95 u_int64_t io_wxfer; /* total number of write transfers */ member
1471 int wcount = io->io_wxfer; in tctrl_event_thread()1479 if ((rcount != io->io_rxfer) || (wcount != io->io_wxfer)) { in tctrl_event_thread()1481 wcount = io->io_wxfer; in tctrl_event_thread()