Searched refs:t_bgwait (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dtty.h102 struct cv t_bgwait; /* (t) Background wait queue. */ member in struct:tty
/freebsd-11-stable/sys/kern/
H A Dtty.c395 cv_broadcast(&tp->t_bgwait);
469 error = tty_wait(tp, &tp->t_bgwait);
1061 cv_init(&tp->t_bgwait, "ttybg");
1099 cv_destroy(&tp->t_bgwait);
1180 cv_broadcast(&tp->t_bgwait);
1852 cv_broadcast(&tp->t_bgwait);

Completed in 69 milliseconds