Home
last modified time | relevance | path

Searched refs:t_outwait (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dtty.h100 struct cv t_outwait; /* (t) Output wait queue. */ member
/freebsd/sys/kern/
H A Dtty.c190 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()
H A Dtty_ttydisc.c645 error = tty_wait(tp, &tp->t_outwait); in ttydisc_write()