Searched refs:curr_mach_descrip_lock (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4v/os/
H A Dmach_descrip.c41 * The current global MD is protected by the curr_mach_descrip_lock.
102 static kmutex_t curr_mach_descrip_lock; variable
301 mutex_enter(&curr_mach_descrip_lock);
438 mutex_exit(&curr_mach_descrip_lock);
444 mutex_exit(&curr_mach_descrip_lock);
505 mutex_init(&curr_mach_descrip_lock, NULL, MUTEX_DRIVER, NULL);
581 mutex_enter(&curr_mach_descrip_lock);
593 mutex_exit(&curr_mach_descrip_lock);
616 mutex_enter(&curr_mach_descrip_lock);
620 mutex_exit(&curr_mach_descrip_lock);
[all...]

Completed in 90 milliseconds