Skip to main content

MAX_EQPD_COMBINATIONS

Constant MAX_EQPD_COMBINATIONS 

Source
const MAX_EQPD_COMBINATIONS: u128 = 100_000;
Expand description

Upper bound on the number of equivalence performance domain combinations to consider, to keep the number of combinations manageable. The performance domains of a processor may not collapse into a few equivalence performance domains – per-core binning, for one, could give every core its own performance table. See https://github.com/sched-ext/scx/issues/3340.