Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Drwlock.c240 if ((lp->rw_wwwh & RW_DOUBLE_LOCK) == RW_DOUBLE_LOCK) in rw_destroy()
246 lp->rw_wwwh = RW_DOUBLE_LOCK; in rw_destroy()
318 if ((old & RW_DOUBLE_LOCK) == RW_DOUBLE_LOCK) { in rw_enter_sleep()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c515 if (((wwwh = lock.rw_wwwh) & RW_DOUBLE_LOCK) == RW_DOUBLE_LOCK) in rwlock()
532 " |"[(wwwh & RW_DOUBLE_LOCK) == RW_DOUBLE_LOCK], in rwlock()
536 if ((wwwh & RW_DOUBLE_LOCK) == RW_DOUBLE_LOCK) { in rwlock()
/titanic_44/usr/src/uts/common/sys/
H A Drwlock_impl.h61 #define RW_DOUBLE_LOCK (RW_WRITE_LOCK(0) | RW_READ_LOCK) macro