Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun_impl.h107 kcondvar_t iptun_enter_cv; member
H A Diptun_dev.c242 cv_init(&iptun->iptun_enter_cv, NULL, CV_DRIVER, NULL); in iptun_constructor()
H A Diptun.c452 cv_wait(&iptun->iptun_enter_cv, &iptun->iptun_lock); in iptun_enter()
1568 cv_broadcast(&iptun->iptun_enter_cv); in iptun_delete()