Lines Matching refs:Tick
140 Tick nextEvent = updateEvent.scheduled() ? updateEvent.when() : 0;
158 Tick nextEvent;
238 const Tick duration = activeGenerator->duration;
272 const Tick nextEventTick = std::min(nextPacketTick, nextTransitionTick);
310 Tick delay = curTick() - retryPktTick;
360 BaseTrafficGen::createIdle(Tick duration)
366 BaseTrafficGen::createExit(Tick duration)
372 BaseTrafficGen::createLinear(Tick duration,
374 Tick min_period, Tick max_period,
386 BaseTrafficGen::createRandom(Tick duration,
388 Tick min_period, Tick max_period,
400 BaseTrafficGen::createDram(Tick duration,
402 Tick min_period, Tick max_period,
424 BaseTrafficGen::createDramRot(Tick duration,
426 Tick min_period, Tick max_period,
451 BaseTrafficGen::createTrace(Tick duration,