Lines Matching refs:SQLOCK
717 mutex_enter(SQLOCK(sq)); in qwait_sig()
750 ASSERT(MUTEX_NOT_HELD(SQLOCK(sq))); in qwait_sig()
765 ret = cv_wait_sig(&sq->sq_exitwait, SQLOCK(sq)); in qwait_sig()
773 mutex_exit(SQLOCK(sq)); in qwait_sig()
829 mutex_enter(SQLOCK(sq)); in qwait()
862 ASSERT(MUTEX_NOT_HELD(SQLOCK(sq))); in qwait()
877 cv_wait(&sq->sq_exitwait, SQLOCK(sq)); in qwait()
885 mutex_exit(SQLOCK(sq)); in qwait()
922 mutex_enter(SQLOCK(sq)); in qwait_rw()
948 ASSERT(MUTEX_NOT_HELD(SQLOCK(sq))); in qwait_rw()
960 if (cv_wait_sig(&sq->sq_exitwait, SQLOCK(sq)) <= 0) { in qwait_rw()
966 mutex_exit(SQLOCK(sq)); in qwait_rw()
1017 mutex_exit(SQLOCK(sq)); in qtimeout()
1050 mutex_exit(SQLOCK(sq)); in qbufcall()
1070 mutex_enter(SQLOCK(sq)); in quntimeout()
1074 cv_wait(&sq->sq_wait, SQLOCK(sq)); in quntimeout()
1082 mutex_exit(SQLOCK(sq)); in quntimeout()
1084 mutex_enter(SQLOCK(sq)); in quntimeout()
1097 mutex_exit(SQLOCK(sq)); in quntimeout()
1107 mutex_enter(SQLOCK(sq)); in qunbufcall()
1111 cv_wait(&sq->sq_wait, SQLOCK(sq)); in qunbufcall()
1119 mutex_exit(SQLOCK(sq)); in qunbufcall()
1121 mutex_enter(SQLOCK(sq)); in qunbufcall()
1132 mutex_exit(SQLOCK(sq)); in qunbufcall()