Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c137 kcondvar_t bus_thread_cv; member
498 cv_init(&busp->bus_thread_cv, NULL, CV_DRIVER, NULL); in hpc_slot_register()
630 cv_signal(&busp->bus_thread_cv); in hpc_slot_unregister()
632 cv_wait(&busp->bus_thread_cv, &busp->bus_mutex); in hpc_slot_unregister()
634 cv_destroy(&busp->bus_thread_cv); in hpc_slot_unregister()
759 cv_signal(&busp->bus_thread_cv); in hpc_slot_event_notify()
871 cv_wait(&busp->bus_thread_cv, &busp->bus_mutex); in hpc_slot_event_dispatcher()
901 cv_signal(&busp->bus_thread_cv); in hpc_slot_event_dispatcher()