Searched refs:thresh_thread (Results 1 – 2 of 2) sorted by relevance
477 struct thread *thresh_thread; member
2047 &softc->ctl_proc, &softc->thresh_thread, 0, 0, "ctl", "thresh"); in ctl_init()2087 while (softc->thresh_thread != NULL) { in ctl_shutdown()2088 wakeup(softc->thresh_thread); in ctl_shutdown()2089 if (softc->thresh_thread != NULL) in ctl_shutdown()13587 mtx_sleep(&softc->thresh_thread, &softc->ctl_lock,13590 softc->thresh_thread = NULL;