Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_init.c37 static mutex_t time_mutex = DEFAULTMUTEX; variable
43 (void) mutex_lock(&time_mutex); in _nscd_set_start_time()
46 (void) mutex_unlock(&time_mutex); in _nscd_set_start_time()
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c1005 mutex_enter(&softs->time_mutex); in aac_detach()
1010 mutex_exit(&softs->time_mutex); in aac_detach()
1012 mutex_enter(&softs->time_mutex); in aac_detach()
1014 mutex_exit(&softs->time_mutex); in aac_detach()
6632 mutex_enter(&softs->time_mutex); in aac_sync_tick()
6635 mutex_exit(&softs->time_mutex); in aac_sync_tick()
6646 mutex_enter(&softs->time_mutex); in aac_sync_tick()
6653 mutex_exit(&softs->time_mutex); in aac_sync_tick()
6670 mutex_exit(&softs->time_mutex); in aac_daemon()
6704 mutex_exit(&softs->time_mutex); in aac_daemon()
[all …]
H A Daac.h461 kmutex_t time_mutex; member