Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtty.h104 struct cv t_bgwait; /* (t) Background wait queue. */ member
/f-stack/freebsd/kern/
H A Dtty.c406 cv_broadcast(&tp->t_bgwait); in ttydev_close()
497 error = tty_wait(tp, &tp->t_bgwait); in tty_wait_background()
1091 cv_init(&tp->t_bgwait, "ttybg"); in tty_alloc_mutex()
1129 cv_destroy(&tp->t_bgwait); in tty_dealloc()
1210 cv_broadcast(&tp->t_bgwait); in tty_rel_gone()
1891 cv_broadcast(&tp->t_bgwait); in tty_generic_ioctl()