Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dstrsubr.c166 static kmutex_t service_queue; /* protects all of servicing vars */ variable
1366 mutex_enter(&service_queue); in remove_runlist()
1368 mutex_exit(&service_queue); in remove_runlist()
3715 CALLB_CPR_INIT(&cprinfo, &service_queue, callb_generic_cpr, in streams_qbkgrnd_service()
3718 mutex_enter(&service_queue); in streams_qbkgrnd_service()
3726 cv_wait(&services_to_run, &service_queue); in streams_qbkgrnd_service()
3727 CALLB_CPR_SAFE_END(&cprinfo, &service_queue); in streams_qbkgrnd_service()
3735 mutex_exit(&service_queue); in streams_qbkgrnd_service()
3737 mutex_enter(&service_queue); in streams_qbkgrnd_service()
3745 mutex_exit(&service_queue); in streams_qbkgrnd_service()
[all …]