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

/gem5/src/mem/ruby/network/
H A DMessageBuffer.cc306 MessageBuffer::reanalyzeList(list<MsgPtr> &lt, Tick schdTick) function in class:MessageBuffer
333 // prio heap. The reanalyzeList call will make sure the consumer is
339 reanalyzeList(m_stall_msg_map[addr], current_time);
350 // prio heap. The reanalyzeList call will make sure the consumer is
358 reanalyzeList(map_iter->second, current_time);
H A DMessageBuffer.hh140 void reanalyzeList(std::list<MsgPtr> &, Tick);

Completed in 6 milliseconds