Searched defs:smb_ads_cached_host_mtx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ads.c165 static mutex_t smb_ads_cached_host_mtx; variable
300 * The caller is responsible for acquiring the smb_ads_cached_host_mtx lock
405 (void) mutex_lock(&smb_ads_cached_host_mtx);
408 (void) mutex_unlock(&smb_ads_cached_host_mtx);
412 (void) mutex_unlock(&smb_ads_cached_host_mtx);
479 (void) mutex_lock(&smb_ads_cached_host_mtx);
483 (void) mutex_unlock(&smb_ads_cached_host_mtx);
559 (void) mutex_lock(&smb_ads_cached_host_mtx);
564 (void) mutex_unlock(&smb_ads_cached_host_mtx);

Completed in 48 milliseconds