Searched refs:kEpochLast (Results 1 – 3 of 3) sorted by relevance
23 part_.epoch_ = static_cast<u16>(kEpochLast); in Reset()135 fs.SetEpoch(kEpochLast); in FreedMarker()
66 constexpr Epoch kEpochLast = static_cast<Epoch>((1 << kEpochBits) - 1); variable
272 if (slot->epoch() != kEpochLast) { in FindSlotAndLock()291 if (slot->epoch() != kEpochLast) in FindSlotAndLock()347 CHECK(exiting || thr->fast_state.epoch() == kEpochLast); in SlotDetachImpl()369 if (LIKELY(thr == slot->thr && thr->fast_state.epoch() != kEpochLast)) in SlotLock()