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

/illumos-gate/usr/src/uts/sun4/os/
H A Dprom_subr.c214 * until the lock is released. To do so, we acquire the adaptive prom_mutex
225 static kmutex_t prom_mutex; variable
288 * If the owner is mutex_ready, holding prom_mutex
296 mutex_enter(&prom_mutex);
301 cv_wait(&prom_cv, &prom_mutex);
303 mutex_exit(&prom_mutex);
361 mutex_enter(&prom_mutex);
363 mutex_exit(&prom_mutex);
414 while (prom_cpu || mutex_owner(&prom_mutex)) {
417 mutex_enter(&prom_mutex);
[all...]

Completed in 46 milliseconds