Lines Matching refs:m_throttles
56 deletePointers(m_throttles);
82 Throttle* throttle_ptr = new Throttle(m_id, rs, m_throttles.size(),
87 m_throttles.push_back(throttle_ptr);
109 assert(m_throttles[link_number] != NULL);
110 return m_throttles[link_number];
118 for (int link = 0; link < m_throttles.size(); link++) {
119 m_throttles[link]->regStats(name());
123 for (unsigned int i = 0; i < m_throttles.size(); i++) {
124 m_avg_utilization += m_throttles[i]->getUtilization();
126 m_avg_utilization /= Stats::constant(m_throttles.size());
141 for (unsigned int i = 0; i < m_throttles.size(); i++) {
142 m_msg_counts[type] += m_throttles[i]->getMsgCount(type);
153 for (int i = 0; i < m_throttles.size(); i++) {
154 m_throttles[i]->clearStats();
162 for (int i = 0; i < m_throttles.size(); i++) {
163 m_throttles[i]->collateStats();