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

/gem5/src/mem/cache/prefetch/
H A Dqueued.hh167 const unsigned int throttleControlPct; member in class:QueuedPrefetcher
238 * The behavior of this service is controlled with the throttleControlPct
H A Dqueued.cc100 throttleControlPct(p->throttle_control_percentage)
120 * The throttleControlPct controls how many of the candidate addresses
133 size_t throttle_pfs = (total * throttleControlPct) / 100;

Completed in 7 milliseconds