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

/gem5/src/mem/cache/
H A Dmshr_queue.cc122 bool was_full = isFull(); local
132 return was_full && !isFull();
H A Dbase.cc513 const bool was_full = mshrQueue.isFull(); local
515 if (was_full && !mshrQueue.isFull()) {

Completed in 16 milliseconds