Searched refs:kCounterMask (Results 1 – 2 of 2) sorted by relevance
38 u64 cnt = (cmp & kCounterMask) + kCounterInc; in Push()54 u64 cnt = (cmp & kCounterMask); in Pop()65 static const u64 kCounterMask = ~kPtrMask; member
128 static constexpr u64 kCounterMask = ~(kCounterInc - 1); variable140 xchg = ptr->next | (cmp & kCounterMask); in Refill()165 xchg = head_idx | (cmp & kCounterMask) + kCounterInc; in Drain()