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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c79 * hpet_state_lock is used to synchronize disabling/enabling deep c-states
82 static kmutex_t hpet_state_lock; variable
792 mutex_enter(&hpet_state_lock);
810 mutex_exit(&hpet_state_lock);
836 mutex_exit(&hpet_state_lock);
886 mutex_enter(&hpet_state_lock);
928 mutex_exit(&hpet_state_lock);
949 mutex_exit(&hpet_state_lock);

Completed in 47 milliseconds