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

/gem5/src/mem/ruby/structures/
H A DTimerTable.cc34 : m_next_time(0)
51 return (curTime >= m_next_time);
76 if (ready_time <= m_next_time) {
111 m_next_time = i->second;
115 if (i->second < m_next_time) {
117 m_next_time = i->second;
H A DTimerTable.hh79 mutable Tick m_next_time; // Only valid if m_next_valid is true member in class:TimerTable

Completed in 5 milliseconds