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

/gem5/src/mem/qos/
H A Dpolicy_pf.cc85 PropFairPolicy::updateScore( function in class:QoS::PropFairPolicy
115 curr_score = updateScore(curr_score, served_bytes);
117 curr_score = updateScore(curr_score, 0);
H A Dpolicy_pf.hh104 updateScore(const double old_score, const uint64_t served_bytes) const;

Completed in 4 milliseconds