Lines Matching defs:tqd
1759 pool_tqd_t *tqd = (pool_tqd_t *)arg;
1767 cb->pec_func(tqd->tqd_what, tqd->tqd_id, cb->pec_arg);
1770 kmem_free(tqd, sizeof (*tqd));
1776 pool_tqd_t *tqd = NULL;
1785 tqd = kmem_alloc(sizeof (*tqd), KM_SLEEP);
1786 tqd->tqd_what = what;
1787 tqd->tqd_id = id;
1789 (void) taskq_dispatch(pool_event_cb_taskq, pool_event_notify, tqd,