Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_queue.c278 int cmp = TREE_CMP(z1->io_timestamp, z2->io_timestamp); in vdev_queue_timestamp_compare()
800 aio->io_timestamp = first->io_timestamp; in vdev_queue_aggregate()
888 vq->vq_io_search.io_timestamp = 0; in vdev_queue_io_to_issue()
964 zio->io_timestamp = gethrtime(); in vdev_queue_io()
990 zio->io_delta = gethrtime() - zio->io_timestamp; in vdev_queue_io_done()
992 vq->vq_io_delta_ts = vq->vq_io_complete_ts - zio->io_timestamp; in vdev_queue_io_done()
H A Dzfs_fm.c577 DATA_TYPE_UINT64, zio->io_timestamp, NULL); in zfs_ereport_start()
1026 (zio != NULL) && (!zio->io_timestamp)) { in zfs_ereport_is_valid()
H A Dzio.c2018 uint64_t delta = gethrtime() - pio->io_timestamp; in zio_deadman_impl()
2028 ziodepth, pio, pio->io_timestamp, in zio_deadman_impl()
H A Dvdev.c5043 delta = gethrtime() - fio->io_timestamp; in vdev_deadman()
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_common.h69 __entry->zio_timestamp = zio->io_timestamp; \
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio.h490 hrtime_t io_timestamp; /* submitted at */ member