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

/gem5/src/mem/qos/
H A Dpolicy_pf.cc46 PropFairPolicy::PropFairPolicy(const Params* p) function in class:QoS::PropFairPolicy
53 PropFairPolicy::~PropFairPolicy()
58 PropFairPolicy::initMaster(const Master master, const double score)
73 PropFairPolicy::initMasterName(const std::string master, const double score)
79 PropFairPolicy::initMasterObj(const SimObject* master, const double score)
85 PropFairPolicy::updateScore(
92 PropFairPolicy::schedule(const MasterID pkt_mid, const uint64_t pkt_size)
126 QoS::PropFairPolicy *
[all...]
H A Dpolicy_pf.hh59 class PropFairPolicy : public Policy class in namespace:QoS
66 PropFairPolicy(const Params*);
67 virtual ~PropFairPolicy();

Completed in 5 milliseconds