Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDtty.h101 struct cv t_bgwait; /* (t) Background wait queue. */ member
/NextBSD/sys/kern/
HDtty.c361 cv_broadcast(&tp->t_bgwait); in ttydev_close()
434 error = tty_wait(tp, &tp->t_bgwait); in tty_wait_background()
1004 cv_init(&tp->t_bgwait, "ttybg"); in tty_alloc_mutex()
1037 cv_destroy(&tp->t_bgwait); in tty_dealloc()
1111 cv_broadcast(&tp->t_bgwait); in tty_rel_gone()
1705 cv_broadcast(&tp->t_bgwait); in tty_generic_ioctl()