Searched refs:ready_time (Results 1 - 3 of 3) sorted by relevance

/gem5/src/mem/ruby/structures/
H A DTimerTable.cc65 TimerTable::set(Addr address, Tick ready_time) argument
70 m_map[address] = ready_time;
72 m_consumer_ptr->scheduleEventAbsolute(ready_time);
76 if (ready_time <= m_next_time) {
H A DTimerTable.hh61 void set(Addr address, Tick ready_time);
/gem5/src/mem/cache/
H A Dqueue_entry.hh98 * @param ready_time The tick at which the packet will be serviceable.
101 Target(PacketPtr _pkt, Tick ready_time, Counter _order) argument
102 : recvTime(curTick()), readyTime(ready_time), order(_order),

Completed in 6 milliseconds