Searched refs:t_outwait (Results 1 – 3 of 3) sorted by relevance
100 struct cv t_outwait; /* (t) Output wait queue. */ member
190 error = tty_timedwait(tp, &tp->t_outwait, hz / 10); in tty_drain()1089 cv_init(&tp->t_outwait, "ttyout"); in tty_alloc_mutex()1130 cv_destroy(&tp->t_outwait); in tty_dealloc()1557 cv_broadcast(&tp->t_outwait); in tty_wakeup()
645 error = tty_wait(tp, &tp->t_outwait); in ttydisc_write()