Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_ttydisc.c234 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_canonical()
299 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_raw_no_timer()
351 error = tty_timedwait(tp, &tp->t_inwait, hz); in ttydisc_read_raw_read_timer()
400 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()
1129 cv_destroy(&tp->t_inwait); in tty_dealloc()
1562 cv_broadcast(&tp->t_inwait); in tty_wakeup()
/freebsd/sys/sys/
H A Dtty.h99 struct cv t_inwait; /* (t) Input wait queue. */ member