Searched refs:rq_mtx (Results 1 – 1 of 1) sorted by relevance
137 static mutex_t rq_mtx; variable245 (void) mutex_lock(&rq_mtx); in smb_name_get_reply()247 (void) mutex_unlock(&rq_mtx); in smb_name_get_reply()255 (void) mutex_lock(&rq_mtx); in smb_name_get_reply()256 (void) cond_reltimedwait(&rq_cv, &rq_mtx, &to); in smb_name_get_reply()257 (void) mutex_unlock(&rq_mtx); in smb_name_get_reply()271 (void) mutex_lock(&rq_mtx); in smb_name_get_reply()273 (void) mutex_unlock(&rq_mtx); in smb_name_get_reply()281 (void) mutex_lock(&rq_mtx); in smb_name_get_reply()283 (void) mutex_unlock(&rq_mtx); in smb_name_get_reply()[all …]