Searched refs:inflight (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/x86/
H A Dpagetable_walker.cc208 // delete the current request if there are no inflight packets.
210 // received and inflight is zero.
603 assert(inflight);
605 inflight--;
607 // if were were squashed, return true once inflight is zero and
609 return (inflight == 0);
632 if (inflight == 0 && read == NULL && writes.size() == 0) {
670 inflight++;
674 inflight--;
682 inflight
[all...]
H A Dpagetable_walker.hh103 unsigned inflight; member in class:X86ISA::Walker::WalkerState
119 nextState(Ready), inflight(0),

Completed in 7 milliseconds