Searched defs:strbcall_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c195 kmutex_t strbcall_lock; /* protects bufcall list (strbcalls) */ variable
3569 mutex_enter(&strbcall_lock);
3596 mutex_exit(&strbcall_lock);
3598 mutex_enter(&strbcall_lock);
3622 mutex_exit(&strbcall_lock);
3676 CALLB_CPR_INIT(&cprinfo, &strbcall_lock, callb_generic_cpr,
3679 mutex_enter(&strbcall_lock);
3683 mutex_exit(&strbcall_lock);
3685 mutex_enter(&strbcall_lock);
3691 (void) cv_reltimedwait(&memavail_cv, &strbcall_lock,
[all...]

Completed in 72 milliseconds