Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Drwlock_impl.h55 #define RW_HOLD_COUNT (-RW_READ_LOCK) macro
57 #define RW_READ_COUNT RW_HOLD_COUNT
58 #define RW_OWNER RW_HOLD_COUNT
59 #define RW_LOCKED RW_HOLD_COUNT
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c520 uintptr_t count = (wwwh & RW_HOLD_COUNT) >> RW_HOLD_COUNT_SHIFT; in rwlock()