Home
last modified time | relevance | path

Searched refs:io_queued_timestamp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c1124 ASSERT0(zio->io_queued_timestamp); in zio_claim()
1823 ASSERT3U(zio->io_queued_timestamp, >, 0); in zio_execute()
1908 ASSERT0(zio->io_queued_timestamp); in zio_wait()
1909 zio->io_queued_timestamp = gethrtime(); in zio_wait()
1941 ASSERT0(zio->io_queued_timestamp); in zio_nowait()
1942 zio->io_queued_timestamp = gethrtime(); in zio_nowait()
2002 pio->io_queued_timestamp = gethrtime(); in zio_reexecute()
3145 ASSERT3U(zio->io_queued_timestamp, >, 0); in zio_dva_throttle()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h466 hrtime_t io_queued_timestamp; member