Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c210 if (z1->io_timestamp < z2->io_timestamp) in vdev_queue_timestamp_compare()
212 if (z1->io_timestamp > z2->io_timestamp) in vdev_queue_timestamp_compare()
595 aio->io_timestamp = first->io_timestamp; in vdev_queue_aggregate()
648 search.io_timestamp = 0; in vdev_queue_io_to_issue()
710 zio->io_timestamp = gethrtime(); in vdev_queue_io()
H A Dvdev.c3360 delta = gethrtime() - fio->io_timestamp; in vdev_deadman()
3364 fio->io_timestamp, delta, in vdev_deadman()
/titanic_41/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c1031 hsio->io_timestamp = drv_hztousec(ddi_get_lbolt()); in hsfs_getpage_ra()
1418 hsio->io_timestamp = in hsfs_getapage()
1932 if (h1->io_timestamp < h2->io_timestamp) in hsched_deadline_compare()
1934 if (h1->io_timestamp > h2->io_timestamp) in hsched_deadline_compare()
2157 if (drv_hztousec(ddi_get_lbolt()) - fio->io_timestamp in hsched_invoke_strategy()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h189 uint64_t io_timestamp; /* usec timestamp for deadline */ member
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h429 hrtime_t io_timestamp; member
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2016 hrtime_t io_timestamp; member
2071 if (zio_timestamp.io_timestamp != 0) { in zio_print_cb()
2073 zio_timestamp.io_timestamp) / in zio_print_cb()