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

/gem5/ext/drampower/src/
H A DCmdScheduler.h79 class commandItem { class in class:Data::cmdScheduler
87 struct commandItemSorter : public std::binary_function<commandItem&,
88 commandItem&, bool>{
89 bool operator()(const commandItem& lhs,
90 const commandItem& rhs) const
97 commandItem cmd;
98 commandItem transFinish; // the last scheduled command for a transaction.
99 commandItem PreRDWR; // the latest scheduled READ or WRITE command.
101 std::vector<commandItem> ACT;
103 std::vector<commandItem> PR
[all...]
H A DCmdScheduler.cc416 commandItem::commandItemSorter());

Completed in 7 milliseconds