Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Drwlock.c276 uintptr_t old, new, lock_value, lock_busy, lock_wait; in rw_enter_sleep() local
283 lock_value = RW_READ_LOCK; in rw_enter_sleep()
287 lock_value = RW_READ_LOCK; in rw_enter_sleep()
291 lock_value = RW_WRITE_LOCK(curthread); in rw_enter_sleep()
298 if (casip(&lp->rw_wwwh, old, old + lock_value) != old) { in rw_enter_sleep()
408 uintptr_t old, new, lock_value; in rw_exit_wakeup() local
423 lock_value = RW_WRITE_LOCK(curthread); in rw_exit_wakeup()
429 lock_value = RW_READ_LOCK; in rw_exit_wakeup()
438 new = old - lock_value; in rw_exit_wakeup()
519 if (lock_value == RW_READ_LOCK) { in rw_exit_wakeup()
/titanic_50/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in1074 SCOPED_SYMBOL|SunOS_5.6|libnsl.so.1|lock_value