Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c1334 ASSERT3P(zio->io_executor, ==, NULL); in zio_shrink()
1719 kthread_t *executor = zio->io_executor; in zio_taskq_member()
1821 zio->io_executor = curthread; in zio_execute()
1905 ASSERT3P(zio->io_executor, ==, NULL); in zio_wait()
1914 while (zio->io_executor != NULL) in zio_wait()
1927 ASSERT3P(zio->io_executor, ==, NULL); in zio_nowait()
4485 zio->io_executor = NULL; in zio_done()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h493 void *io_executor; member