Home
last modified time | relevance | path

Searched refs:prom_mutex (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/sun4/os/
H A Dprom_subr.c225 static kmutex_t prom_mutex; variable
296 mutex_enter(&prom_mutex); in kern_preprom()
301 cv_wait(&prom_cv, &prom_mutex); in kern_preprom()
303 mutex_exit(&prom_mutex); in kern_preprom()
361 mutex_enter(&prom_mutex); in kern_postprom()
363 mutex_exit(&prom_mutex); in kern_postprom()
414 while (prom_cpu || mutex_owner(&prom_mutex)) { in promsafe_pause_cpus()
417 mutex_enter(&prom_mutex); in promsafe_pause_cpus()
421 cv_wait(&prom_cv, &prom_mutex); in promsafe_pause_cpus()
423 mutex_exit(&prom_mutex); in promsafe_pause_cpus()
[all …]