Searched refs:t_outwait (Results 1 – 4 of 4) sorted by relevance
385 cv_init(&tp->t_outwait, "ttyout"); in lwp_tty_create_ext()437 cv_destroy(&tp->t_outwait); in lwp_tty_delete()
150 struct rt_condvar t_outwait; /* (t) Output wait queue. */ member
174 error = tty_timedwait(tp, &tp->t_outwait, RT_TICK_PER_SECOND / 10); in tty_drain()1004 cv_broadcast(&tp->t_outwait); in tty_wakeup()
595 error = tty_wait(tp, &tp->t_outwait); in ttydisc_write()
Completed in 9 milliseconds