Home | History | Annotate | Download | only in runtime

Lines Matching refs:LW_LOCK_COUNT

101 #define LW_LOCK_COUNT(x) (((x) >> LW_LOCK_COUNT_SHIFT) & LW_LOCK_COUNT_MASK)
129 lock_count_ = LW_LOCK_COUNT(thin);
617 if (LW_LOCK_COUNT(*thinp) == LW_LOCK_COUNT_MASK) {
719 if (LW_LOCK_COUNT(thin) == 0) {
1043 entry_count = 1 + LW_LOCK_COUNT(lock_word);