Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Drwlock.c279 uintptr_t old, new, lock_value, lock_busy, lock_wait; in rw_enter_sleep() local
286 lock_value = RW_READ_LOCK; in rw_enter_sleep()
290 lock_value = RW_READ_LOCK; in rw_enter_sleep()
294 lock_value = RW_WRITE_LOCK(curthread); in rw_enter_sleep()
301 if (casip(&lp->rw_wwwh, old, old + lock_value) != old) { in rw_enter_sleep()
414 uintptr_t old, new, lock_value; in rw_exit_wakeup() local
429 lock_value = RW_WRITE_LOCK(curthread); in rw_exit_wakeup()
435 lock_value = RW_READ_LOCK; in rw_exit_wakeup()
444 new = old - lock_value; in rw_exit_wakeup()
525 if (lock_value == RW_READ_LOCK) { in rw_exit_wakeup()
/titanic_44/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in1074 SCOPED_SYMBOL|SunOS_5.6|libnsl.so.1|lock_value