Searched refs:refcnt_cv (Results 1 – 3 of 3) sorted by relevance
240 kcondvar_t refcnt_cv; /* refcnt cv */ member
306 cv_init(&iport->refcnt_cv, NULL, CV_DEFAULT, NULL); in pmcs_iport_attach()413 cv_destroy(&iport->refcnt_cv); in pmcs_iport_attach()1287 cv_wait(&iport->refcnt_cv, &iport->refcnt_lock); in pmcs_iport_unattach()1309 cv_destroy(&iport->refcnt_cv); in pmcs_iport_unattach()
2325 cv_signal(&iport->refcnt_cv); in pmcs_rele_iport()