Searched refs:queueSize (Results 1 - 10 of 10) sorted by relevance

/gem5/src/dev/virtio/
H A DVirtIOBlock.py48 queueSize = Param.Unsigned(128, "Output queue size (pages)") variable in class:VirtIOBlock
H A DVirtIO9P.py49 queueSize = Param.Unsigned(32, "Output queue size (pages)") variable in class:VirtIO9PBase
H A Dblock.cc48 qRequests(params->system->physProxy, params->queueSize, *this),
H A Dfs9p.cc121 queue(params->system->physProxy, params->queueSize, *this)
/gem5/src/mem/
H A Ddramsim2_wrapper.hh148 unsigned int queueSize() const;
H A Ddramsim2.cc61 wrapper.clockPeriod(), wrapper.queueSize());
146 if (retryReq && nbrOutstanding() < wrapper.queueSize()) {
194 bool can_accept = nbrOutstanding() < wrapper.queueSize();
H A Ddramsim2_wrapper.cc185 DRAMSim2Wrapper::queueSize() const function in class:DRAMSim2Wrapper
/gem5/src/mem/cache/prefetch/
H A Dqueued.cc94 : BasePrefetcher(p), queueSize(p->queue_size),
206 processMissingTranslations(queueSize);
222 processMissingTranslations(queueSize - pfq.size());
454 if (queue.size() == queueSize) {
H A Dqueued.hh143 const unsigned queueSize; member in class:QueuedPrefetcher
/gem5/src/gpu-compute/
H A Dcompute_unit.cc1883 auto queueSize = retries.size();
1886 computeUnit->cu_id, queueSize);
1888 fatal_if(queueSize < 1,

Completed in 11 milliseconds