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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c229 if (z1->io_timestamp < z2->io_timestamp)
231 if (z1->io_timestamp > z2->io_timestamp)
617 aio->io_timestamp = first->io_timestamp;
670 search.io_timestamp = 0;
732 zio->io_timestamp = gethrtime();
H A Dvdev.c3453 delta = gethrtime() - fio->io_timestamp;
3457 fio->io_timestamp, delta,
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h189 uint64_t io_timestamp; /* usec timestamp for deadline */ member in struct:hio
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c1031 hsio->io_timestamp = drv_hztousec(ddi_get_lbolt());
1418 hsio->io_timestamp =
1932 if (h1->io_timestamp < h2->io_timestamp)
1934 if (h1->io_timestamp > h2->io_timestamp)
2157 if (drv_hztousec(ddi_get_lbolt()) - fio->io_timestamp
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h420 hrtime_t io_timestamp; member in struct:zio
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2227 hrtime_t io_timestamp; member in struct:mdb_zio_timestamp
2282 if (zio_timestamp.io_timestamp != 0) {
2284 zio_timestamp.io_timestamp) /

Completed in 111 milliseconds