Home
last modified time | relevance | path

Searched refs:rq_mtx (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_name.c137 static mutex_t rq_mtx; variable
245 (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 …]