Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h240 kcondvar_t refcnt_cv; /* refcnt cv */ member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c306 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()
H A Dpmcs_subr.c2325 cv_signal(&iport->refcnt_cv); in pmcs_rele_iport()