taskq_destroy
taskq_destroy(sc->sc_taskq);
taskq_destroy(taskletq);
taskq_destroy((struct taskq *)system_long_wq);
taskq_destroy((struct taskq *)system_unbound_wq);
taskq_destroy((struct taskq *)system_highpri_wq);
taskq_destroy((struct taskq *)system_wq);
taskq_destroy(worker->tq);
taskq_destroy((struct taskq *)wq);
taskq_destroy(xi->xi_taskq);
taskq_destroy(sd->sd_taskq);
taskq_destroy(hsotg->wq_otg);
taskq_destroy(sc->sc_taskq);
taskq_destroy(bfdtq);
taskq_destroy(sn->sn_taskq);
taskq_destroy(wg_handshake_taskq);
taskq_destroy(wg_crypt_taskq);
taskq_destroy(wg_handshake_taskq);
taskq_destroy(wg_crypt_taskq);
void taskq_destroy(struct taskq *);