Searched refs:outstandingCount (Results 1 - 6 of 6) sorted by relevance

/gem5/src/mem/ruby/system/
H A DRubyPortProxy.hh94 int outstandingCount() const { return 0; } function in class:RubyPortProxy
H A DDMASequencer.hh66 int outstandingCount() const override { return m_outstanding_count; }
H A DRubyPort.hh155 virtual int outstandingCount() const = 0;
H A DRubyPort.cc470 unsigned int drainCount = outstandingCount();
490 DPRINTF(Config, "outstanding count %d\n", outstandingCount());
491 if (outstandingCount() > 0) {
H A DSequencer.hh88 int outstandingCount() const { return m_outstanding_count; } function in class:Sequencer
H A DGPUCoalescer.hh164 int outstandingCount() const { return m_outstanding_count; } function in class:GPUCoalescer

Completed in 10 milliseconds