Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtty.h102 struct cv t_outwait; /* (t) Output wait queue. */ member
/f-stack/freebsd/kern/
H A Dtty.c191 error = tty_timedwait(tp, &tp->t_outwait, hz / 10); in tty_drain()
1089 cv_init(&tp->t_outwait, "ttyout"); in tty_alloc_mutex()
1128 cv_destroy(&tp->t_outwait); in tty_dealloc()
1536 cv_broadcast(&tp->t_outwait); in tty_wakeup()
H A Dtty_ttydisc.c562 error = tty_wait(tp, &tp->t_outwait); in ttydisc_write()