Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_private.h421 struct thread *thresh_thread; member
H A Dctl.c2021 &softc->ctl_proc, &softc->thresh_thread, 0, 0, "ctl", "thresh"); in ctl_init()
2061 while (softc->thresh_thread != NULL) { in ctl_shutdown()
2062 wakeup(softc->thresh_thread); in ctl_shutdown()
2063 if (softc->thresh_thread != NULL) in ctl_shutdown()
14488 mtx_sleep(&softc->thresh_thread, &softc->ctl_lock,
14491 softc->thresh_thread = NULL;