Home
last modified time | relevance | path

Searched refs:io_timestamp (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_queue.c340 if (z1->io_timestamp < z2->io_timestamp) in vdev_queue_timestamp_compare()
342 if (z1->io_timestamp > z2->io_timestamp) in vdev_queue_timestamp_compare()
767 aio->io_timestamp = first->io_timestamp; in vdev_queue_aggregate()
890 zio->io_timestamp = gethrtime(); in vdev_queue_io()
H A Dvdev.c3614 delta = gethrtime() - fio->io_timestamp; in vdev_deadman()
3618 fio->io_timestamp, delta, in vdev_deadman()
3623 fio->io_timestamp, delta, in vdev_deadman()
/netbsd-src/sys/sys/
H A Diostat.h100 struct timeval io_timestamp; /* timestamp of last unbusy */ member
/netbsd-src/sys/kern/
H A Dsubr_iostat.c286 stats->io_timestamp = dv_time; in iostat_unbusy()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzio.h467 hrtime_t io_timestamp; member