Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cam/ctl/
Dctl_private.h473 struct thread *thresh_thread; member
Dctl.c1938 &softc->ctl_proc, &softc->thresh_thread, 0, 0, "ctl", "thresh"); in ctl_init()
1982 while (softc->thresh_thread != NULL) { in ctl_shutdown()
1983 wakeup(softc->thresh_thread); in ctl_shutdown()
1984 if (softc->thresh_thread != NULL) in ctl_shutdown()
13461 mtx_sleep(&softc->thresh_thread, &softc->ctl_lock, in ctl_thresh_thread()
13464 softc->thresh_thread = NULL; in ctl_thresh_thread()