Searched refs:service_queue (Results 1 – 1 of 1) sorted by relevance
168 static kmutex_t service_queue; /* protects all of servicing vars */ variable1369 mutex_enter(&service_queue); in remove_runlist()1371 mutex_exit(&service_queue); in remove_runlist()3739 CALLB_CPR_INIT(&cprinfo, &service_queue, callb_generic_cpr, in streams_qbkgrnd_service()3742 mutex_enter(&service_queue); in streams_qbkgrnd_service()3750 cv_wait(&services_to_run, &service_queue); in streams_qbkgrnd_service()3751 CALLB_CPR_SAFE_END(&cprinfo, &service_queue); in streams_qbkgrnd_service()3759 mutex_exit(&service_queue); in streams_qbkgrnd_service()3761 mutex_enter(&service_queue); in streams_qbkgrnd_service()3769 mutex_exit(&service_queue); in streams_qbkgrnd_service()[all …]