Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Drwlock_impl.h76 #define _RW_LOCK_HELD(rwlp) \ macro
/titanic_50/usr/src/uts/common/os/
H A Drwlock.c627 return (_RW_LOCK_HELD(rwlp)); in rw_lock_held()