Searched refs:writeQueueFull (Results 1 - 4 of 4) sorted by relevance

/gem5/src/mem/qos/
H A Dmem_sink.hh216 inline bool writeQueueFull(const uint64_t packets) const;
H A Dmem_sink.cc83 MemSinkCtrl::writeQueueFull(const uint64_t packets) const function in class:QoS::MemSinkCtrl
163 if (writeQueueFull(required_entries)) {
/gem5/src/mem/
H A Ddram_ctrl.hh776 bool writeQueueFull(unsigned int pktCount) const;
H A Ddram_ctrl.cc296 DRAMCtrl::writeQueueFull(unsigned int neededEntries) const function in class:DRAMCtrl
649 if (writeQueueFull(dram_pkt_count)) {

Completed in 14 milliseconds