Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/
H A Dds_snmp.c92 kcondvar_t state_cv; member
461 cv_init(&sp->state_cv, NULL, CV_DRIVER, NULL); in ds_snmp_create_state()
486 cv_destroy(&sp->state_cv); in ds_snmp_destroy_state()
590 if (cv_wait_sig(&sp->state_cv, &sp->lock) == 0) { in ds_snmp_read()
611 cv_broadcast(&sp->state_cv); in ds_snmp_read()
633 cv_broadcast(&sp->state_cv); in ds_snmp_read()
696 if (cv_wait_sig(&sp->state_cv, &sp->lock) == 0) { in ds_snmp_write()
803 if (cv_wait_sig(&sp->state_cv, &sp->lock) == 0) { in ds_snmp_ioctl()
826 cv_broadcast(&sp->state_cv); in ds_snmp_ioctl()
926 cv_broadcast(&sp->state_cv); in ds_snmp_unreg_handler()
[all …]
H A Dvsw_ldc.c355 cv_init(&port->state_cv, NULL, CV_DRIVER, NULL); in vsw_port_attach()
408 cv_destroy(&port->state_cv); in vsw_port_attach()
540 cv_destroy(&port->state_cv); in vsw_port_delete()
1023 cv_wait(&port->state_cv, &port->state_lock); in vsw_drain_port_taskq()
1046 cv_signal(&port->state_cv); in vsw_marker_task()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h412 kcondvar_t state_cv; member