Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDvdev_queue.c316 if (z1->io_timestamp < z2->io_timestamp) in vdev_queue_timestamp_compare()
318 if (z1->io_timestamp > z2->io_timestamp) in vdev_queue_timestamp_compare()
735 aio->io_timestamp = first->io_timestamp; in vdev_queue_aggregate()
788 search.io_timestamp = 0; in vdev_queue_io_to_issue()
852 zio->io_timestamp = gethrtime(); in vdev_queue_io()
HDvdev.c3531 delta = gethrtime() - fio->io_timestamp; in vdev_deadman()
3535 fio->io_timestamp, delta, in vdev_deadman()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzio.h457 hrtime_t io_timestamp; member