Searched refs:io_tqent (Results 1 – 2 of 2) sorted by relevance
1541 ASSERT(zio->io_tqent.tqent_next == NULL); in zio_taskq_dispatch()1543 ASSERT(zio->io_tqent.tqent_task.ta_pending == 0); in zio_taskq_dispatch()1546 flags, &zio->io_tqent); in zio_taskq_dispatch()3842 ASSERT(zio->io_tqent.tqent_next == NULL); in zio_done()3844 ASSERT(zio->io_tqent.tqent_task.ta_pending == 0); in zio_done()3848 0, &zio->io_tqent); in zio_done()
504 taskq_ent_t io_tqent; member