Searched defs:state_cv (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_snmp.c77 * The condition variable 'state_cv' helps serialize write() calls for a
92 kcondvar_t state_cv; member in struct:ds_snmp_state
461 cv_init(&sp->state_cv, NULL, CV_DRIVER, NULL);
486 cv_destroy(&sp->state_cv);
590 if (cv_wait_sig(&sp->state_cv, &sp->lock) == 0) {
611 cv_broadcast(&sp->state_cv);
633 cv_broadcast(&sp->state_cv);
696 if (cv_wait_sig(&sp->state_cv, &sp->lock) == 0) {
803 if (cv_wait_sig(&sp->state_cv, &sp->lock) == 0) {
826 cv_broadcast(&sp->state_cv);
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h412 kcondvar_t state_cv; member in struct:vsw_port

Completed in 61 milliseconds