Searched refs:time_mutex (Results 1 – 3 of 3) sorted by relevance
37 static mutex_t time_mutex = DEFAULTMUTEX; variable43 (void) mutex_lock(&time_mutex); in _nscd_set_start_time()46 (void) mutex_unlock(&time_mutex); in _nscd_set_start_time()
828 mutex_init(&softs->time_mutex, NULL, MUTEX_DRIVER, in aac_attach()949 mutex_destroy(&softs->time_mutex); in aac_attach()1003 mutex_enter(&softs->time_mutex); in aac_detach()1008 mutex_exit(&softs->time_mutex); in aac_detach()1010 mutex_enter(&softs->time_mutex); in aac_detach()1012 mutex_exit(&softs->time_mutex); in aac_detach()1028 mutex_destroy(&softs->time_mutex); in aac_detach()6626 mutex_enter(&softs->time_mutex); in aac_sync_tick()6629 mutex_exit(&softs->time_mutex); in aac_sync_tick()6640 mutex_enter(&softs->time_mutex); in aac_sync_tick()[all …]
461 kmutex_t time_mutex; member