Searched refs:strbcall_lock (Results 1 – 3 of 3) sorted by relevance
195 kmutex_t strbcall_lock; /* protects bufcall list (strbcalls) */ variable3569 mutex_enter(&strbcall_lock); in runbufcalls()3596 mutex_exit(&strbcall_lock); in runbufcalls()3598 mutex_enter(&strbcall_lock); in runbufcalls()3622 mutex_exit(&strbcall_lock); in runbufcalls()3676 CALLB_CPR_INIT(&cprinfo, &strbcall_lock, callb_generic_cpr, in streams_bufcall_service()3679 mutex_enter(&strbcall_lock); in streams_bufcall_service()3683 mutex_exit(&strbcall_lock); in streams_bufcall_service()3685 mutex_enter(&strbcall_lock); in streams_bufcall_service()3691 (void) cv_reltimedwait(&memavail_cv, &strbcall_lock, in streams_bufcall_service()[all …]
1290 mutex_enter(&strbcall_lock); in bufcall()1311 mutex_exit(&strbcall_lock); in bufcall()1323 mutex_enter(&strbcall_lock); in unbufcall()1334 cv_wait(&bcall_cv, &strbcall_lock); in unbufcall()1347 mutex_exit(&strbcall_lock); in unbufcall()
1272 extern kmutex_t strbcall_lock; /* Protects the list of bufcalls */