Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dmutex.h86 #define MUTEX_NOT_HELD(x) (!mutex_owned(x) || panicstr || quiesce_active)
H A Dsystm.h95 extern volatile int quiesce_active; /* quiesce(9E) is in progress */
/titanic_41/usr/src/uts/common/os/
H A Dcondvar.c194 ASSERT(!quiesce_active); in cv_wait()
272 ASSERT(!quiesce_active); in cv_timedwait_hires()
316 ASSERT(!quiesce_active); in cv_wait_sig()
378 ASSERT(!quiesce_active); in cv_timedwait_sig_hires()
H A Dpanic.c206 volatile int quiesce_active = 0; variable
H A Dmutex.c535 if (panicstr || quiesce_active) in mutex_owned()
H A Dmodctl.c4293 ASSERT(!quiesce_active); in mod_release_requisites()
/titanic_41/usr/src/uts/i86pc/os/
H A Dmachdep.c313 quiesce_active = 1; in mdboot()
325 quiesce_active = 0; in mdboot()
336 if (is_first_reset && (!fastreboot_capable || quiesce_active)) { in mdboot()
/titanic_41/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c864 (quiesce_active == 0 && \