Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dmutex.c241 mutex_panic(char *msg, mutex_impl_t *lp) in mutex_panic() function
363 mutex_panic("mutex_enter: bad mutex", lp); in mutex_vector_enter()
376 mutex_panic("mutex_enter: adaptive at high PIL", lp); in mutex_vector_enter()
411 mutex_panic("recursive mutex_enter", lp); in mutex_vector_enter()
489 mutex_panic("mutex_tryenter: bad mutex", lp); in mutex_vector_tryenter()
517 mutex_panic("mutex_exit: not owner", lp); in mutex_vector_exit()
630 mutex_panic("mutex_destroy: not owner", lp); in mutex_destroy()
635 mutex_panic("mutex_destroy: has waiters", lp); in mutex_destroy()
639 mutex_panic("mutex_destroy: bad mutex", lp); in mutex_destroy()