Searched refs:rq_mtx (Results 1 – 1 of 1) sorted by relevance
139 static mutex_t rq_mtx; variable247 (void) mutex_lock(&rq_mtx); in smb_name_get_reply()249 (void) mutex_unlock(&rq_mtx); in smb_name_get_reply()257 (void) mutex_lock(&rq_mtx); in smb_name_get_reply()258 (void) cond_reltimedwait(&rq_cv, &rq_mtx, &to); in smb_name_get_reply()259 (void) mutex_unlock(&rq_mtx); in smb_name_get_reply()273 (void) mutex_lock(&rq_mtx); in smb_name_get_reply()275 (void) mutex_unlock(&rq_mtx); in smb_name_get_reply()283 (void) mutex_lock(&rq_mtx); in smb_name_get_reply()285 (void) mutex_unlock(&rq_mtx); in smb_name_get_reply()[all …]