Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dmdi_impldefs.h535 kcondvar_t ct_unstable_cv; /* Paths in transient state */ member
571 cv_broadcast(&(ct)->ct_unstable_cv); \
/titanic_44/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c192 dump_condvar(value.ct_unstable_cv, "ct_unstable_cv"); in mdiclient()
/titanic_44/usr/src/uts/common/os/
H A Dsunmdi.c1356 cv_init(&ct->ct_unstable_cv, NULL, CV_DRIVER, NULL); in i_mdi_client_alloc()
1475 cv_destroy(&ct->ct_unstable_cv); in i_mdi_client_free()
1822 cv_wait(&ct->ct_unstable_cv, &ct->ct_mutex); in mdi_failover()