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

/illumos-gate/usr/src/uts/common/os/
H A Dmutex.c235 * mutex in panic_mutex_addr, and save the contents in panic_mutex.
238 static mutex_impl_t *panic_mutex_addr; variable
246 if (atomic_cas_ptr(&panic_mutex_addr, NULL, lp) == NULL)

Completed in 58 milliseconds