Home
last modified time | relevance | path

Searched refs:t_bgwait (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dtty.h102 struct cv t_bgwait; /* (t) Background wait queue. */ member
/freebsd/sys/kern/
H A Dtty.c404 cv_broadcast(&tp->t_bgwait); in ttydev_close()
495 error = tty_wait(tp, &tp->t_bgwait); in tty_wait_background()
1091 cv_init(&tp->t_bgwait, "ttybg"); in tty_alloc_mutex()
1131 cv_destroy(&tp->t_bgwait); in tty_dealloc()
1212 cv_broadcast(&tp->t_bgwait); in tty_rel_gone()
1928 cv_broadcast(&tp->t_bgwait); in tty_generic_ioctl()