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

/gem5/src/mem/ruby/network/simple/
H A DThrottle.cc54 : Consumer(em), m_switch_id(sID), m_switch(em), m_node(node),
87 to_string(m_node) + "]";
116 m_node, getLinkBandwidth(), m_units_remaining[vnet],
206 .name(parent + csprintf(".throttle%i", m_node) + ".link_utilization");
212 .name(parent + csprintf(".throttle%i", m_node) + ".msg_count." +
217 .name(parent + csprintf(".throttle%i", m_node) + ".msg_bytes." +
245 ccprintf(out, "[%i bw: %i]", m_node, getLinkBandwidth());
H A DThrottle.hh100 NodeID m_node; member in class:Throttle

Completed in 10 milliseconds