Searched refs:strbcall_lock (Results 1 - 3 of 3) 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...]
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c1290 mutex_enter(&strbcall_lock);
1292 * After bcp is linked into strbcalls and strbcall_lock is dropped there
1311 mutex_exit(&strbcall_lock);
1323 mutex_enter(&strbcall_lock);
1334 cv_wait(&bcall_cv, &strbcall_lock);
1347 mutex_exit(&strbcall_lock);
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1272 extern kmutex_t strbcall_lock; /* Protects the list of bufcalls */

Completed in 83 milliseconds