Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_ttydisc.c161 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_canonical()
216 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_raw_no_timer()
268 error = tty_timedwait(tp, &tp->t_inwait, hz); in ttydisc_read_raw_read_timer()
317 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_raw_interbyte_timer()
H A Dtty.c1088 cv_init(&tp->t_inwait, "ttyin"); in tty_alloc_mutex()
1127 cv_destroy(&tp->t_inwait); in tty_dealloc()
1541 cv_broadcast(&tp->t_inwait); in tty_wakeup()
/f-stack/freebsd/sys/
H A Dtty.h101 struct cv t_inwait; /* (t) Input wait queue. */ member