Searched refs:m_out (Results 1 - 5 of 5) sorted by relevance

/gem5/src/systemc/tests/systemc/communication/sc_export/test05/
H A Dtest05.cpp18 m_out(m_pipe[N-1]);
35 out m_out; // Output from delay pipe. local
98 reader.m_from_pipe(delay.m_out);
/gem5/src/mem/ruby/network/simple/
H A DPerfectSwitch.cc92 l.m_link = m_out.size();
96 m_out.push_back(out);
167 assert(m_link_order.size() == m_out.size());
172 for (int out = 0; out < m_out.size(); out++) {
178 for (int out = 0; out < m_out.size(); out++) {
181 out_queue_length += m_out[out][v]->getSize(current_time);
225 if (!m_out[outgoing][vnet]->areNSlotsAvailable(1, current_time))
278 m_out[outgoing][vnet]->enqueue(msg_ptr, current_time,
H A DPerfectSwitch.hh74 int getOutLinks() const { return m_out.size(); }
96 std::vector<std::vector<MessageBuffer*> > m_out; member in class:PerfectSwitch
H A DThrottle.cc82 m_out.push_back(out_ptr);
169 m_in[vnet], m_out[vnet]);
174 m_in[vnet], m_out[vnet]);
H A DThrottle.hh94 std::vector<MessageBuffer*> m_out; member in class:Throttle

Completed in 8 milliseconds