Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Drwlock.c215 rw_panic(char *msg, rwlock_impl_t *lp) in rw_panic() function
241 rw_panic("rw_destroy: lock already destroyed", lp); in rw_destroy()
243 rw_panic("rw_destroy: lock still active", lp); in rw_destroy()
316 rw_panic("rw_enter: bad rwlock", lp); in rw_enter_sleep()
321 rw_panic("recursive rw_enter", lp); in rw_enter_sleep()
419 rw_panic("rw_exit: not owner", lp); in rw_exit_wakeup()
426 rw_panic("rw_exit: lock not held", lp); in rw_exit_wakeup()
570 rw_panic("rw_downgrade: not owner", lp); in rw_downgrade()