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);
46 (void) mutex_unlock(&time_mutex);
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h461 kmutex_t time_mutex; member in struct:aac_softstate
H A Daac.c828 mutex_init(&softs->time_mutex, NULL, MUTEX_DRIVER,
949 mutex_destroy(&softs->time_mutex);
1003 mutex_enter(&softs->time_mutex);
1008 mutex_exit(&softs->time_mutex);
1010 mutex_enter(&softs->time_mutex);
1012 mutex_exit(&softs->time_mutex);
1028 mutex_destroy(&softs->time_mutex);
6626 mutex_enter(&softs->time_mutex);
6629 mutex_exit(&softs->time_mutex);
6640 mutex_enter(&softs->time_mutex);
[all...]

Completed in 61 milliseconds