Searched refs:strbcall_lock (Results 1 – 3 of 3) sorted by relevance
197 kmutex_t strbcall_lock; /* protects bufcall list (strbcalls) */ variable3593 mutex_enter(&strbcall_lock); in runbufcalls()3620 mutex_exit(&strbcall_lock); in runbufcalls()3622 mutex_enter(&strbcall_lock); in runbufcalls()3646 mutex_exit(&strbcall_lock); in runbufcalls()3700 CALLB_CPR_INIT(&cprinfo, &strbcall_lock, callb_generic_cpr, in streams_bufcall_service()3703 mutex_enter(&strbcall_lock); in streams_bufcall_service()3707 mutex_exit(&strbcall_lock); in streams_bufcall_service()3709 mutex_enter(&strbcall_lock); in streams_bufcall_service()3715 (void) cv_reltimedwait(&memavail_cv, &strbcall_lock, in streams_bufcall_service()[all …]
1328 mutex_enter(&strbcall_lock); in bufcall()1349 mutex_exit(&strbcall_lock); in bufcall()1361 mutex_enter(&strbcall_lock); in unbufcall()1372 cv_wait(&bcall_cv, &strbcall_lock); in unbufcall()1385 mutex_exit(&strbcall_lock); in unbufcall()
1285 extern kmutex_t strbcall_lock; /* Protects the list of bufcalls */