Lines Matching refs:when
778 Tick when = curTick();
780 when += intrDelay;
782 cpuIntrPost(when);
846 NSGigE::cpuIntrPost(Tick when)
857 assert(when >= curTick());
859 if (when > intrTick && intrTick != 0) {
865 intrTick = when;
1086 // exit the loop. however, when the DMA is done it will trigger
2166 Tick transmitTick = txEvent.scheduled() ? txEvent.when() - curTick() : 0;
2187 intrEventTick = intrEvent->when();