Searched refs:io_timestamp (Results 1 – 6 of 6) sorted by relevance
219 int cmp = TREE_CMP(z1->io_timestamp >> VDQ_T_SHIFT, in vdev_queue_to_compare()220 z2->io_timestamp >> VDQ_T_SHIFT); in vdev_queue_to_compare()744 aio->io_timestamp = first->io_timestamp; in vdev_queue_aggregate()831 vq->vq_io_search.io_timestamp = zio->io_timestamp; in vdev_queue_io_to_issue()837 (zio->io_timestamp >> VDQ_T_SHIFT) != in vdev_queue_io_to_issue()838 (aio->io_timestamp >> VDQ_T_SHIFT)) in vdev_queue_io_to_issue()945 zio->io_timestamp = gethrtime(); in vdev_queue_io()997 zio->io_delta = gethrtime() - zio->io_timestamp; in vdev_queue_io_done()998 hrtime_t now = zio->io_timestamp + zio->io_delta; in vdev_queue_io_done()
652 DATA_TYPE_UINT64, zio->io_timestamp, NULL); in zfs_ereport_start()1138 (zio != NULL) && (!zio->io_timestamp)) { in zfs_ereport_is_valid()
2447 ASSERT3U(zio->io_timestamp, !=, 0); in zio_batch_arrive()2448 zio->io_delta = gethrtime() - zio->io_timestamp; in zio_batch_arrive()2563 uint64_t delta = gethrtime() - pio->io_timestamp; in zio_deadman_impl()2575 ziodepth, pio, pio->io_timestamp, in zio_deadman_impl()5198 zio->io_timestamp + zio->io_delta : gethrtime()) - in zio_vdev_io_done()
6053 delta = gethrtime() - fio->io_timestamp; in vdev_deadman()
58 __entry->zio_timestamp = zio->io_timestamp; \
536 hrtime_t io_timestamp; /* submitted at */ member