Searched refs:m_wakeups_wo_switch (Results 1 - 4 of 4) sorted by relevance

/gem5/src/mem/ruby/network/simple/
H A DThrottle.cc65 m_wakeups_wo_switch = 0;
153 m_wakeups_wo_switch++;
161 if (m_wakeups_wo_switch > PRIORITY_SWITCH_LIMIT) {
162 m_wakeups_wo_switch = 0;
H A DPerfectSwitch.cc56 m_wakeups_wo_switch = 0;
288 m_wakeups_wo_switch++;
294 if (m_wakeups_wo_switch > PRIORITY_SWITCH_LIMIT) {
295 m_wakeups_wo_switch = 0;
H A DPerfectSwitch.hh103 int m_wakeups_wo_switch; member in class:PerfectSwitch
H A DThrottle.hh104 int m_wakeups_wo_switch; member in class:Throttle

Completed in 8 milliseconds