Home
last modified time | relevance | path

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

/src/sys/net/
H A Dif_tuntap.c147 struct cv tun_cv; /* for ref'd dev destroy */ member
377 cv_broadcast(&tp->tun_cv); in tun_unbusy_locked()
662 error = cv_wait_sig(&tp->tun_cv, &tp->tun_mtx); in tun_destroy()
664 cv_wait(&tp->tun_cv, &tp->tun_mtx); in tun_destroy()
705 cv_destroy(&tp->tun_cv); in tun_destroy()
877 cv_init(&tp->tun_cv, "tun_condvar"); in tun_create_device()
894 cv_destroy(&tp->tun_cv); in tun_create_device()