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

/gem5/src/mem/qos/
H A Dmem_sink.hh208 inline bool readQueueFull(const uint64_t packets) const;
H A Dmem_sink.cc77 MemSinkCtrl::readQueueFull(const uint64_t packets) const function in class:QoS::MemSinkCtrl
149 if (readQueueFull(required_entries)) {
/gem5/src/mem/
H A Ddram_ctrl.hh768 bool readQueueFull(unsigned int pktCount) const;
H A Ddram_ctrl.cc285 DRAMCtrl::readQueueFull(unsigned int neededEntries) const function in class:DRAMCtrl
478 assert(!readQueueFull(1));
663 if (readQueueFull(dram_pkt_count)) {

Completed in 10 milliseconds