Searched refs:io_executor (Results 1 – 2 of 2) sorted by relevance
1274 ASSERT3P(zio->io_executor, ==, NULL); in zio_shrink()1641 kthread_t *executor = zio->io_executor; in zio_taskq_member()1749 zio->io_executor = curthread; in zio_execute()1804 ASSERT3P(zio->io_executor, ==, NULL); in zio_wait()1813 while (zio->io_executor != NULL) in zio_wait()1826 ASSERT3P(zio->io_executor, ==, NULL); in zio_nowait()4147 zio->io_executor = NULL; in zio_done()
488 void *io_executor; member