Home
last modified time | relevance | path

Searched refs:alt_intercepts (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/cpuidle/governors/
Dteo.c388 bool alt_intercepts, alt_recent; in teo_select() local
497 alt_intercepts = 2 * idx_intercept_sum > cpu_data->total - idx_hit_sum; in teo_select()
499 if (alt_recent || alt_intercepts) { in teo_select()
521 (!alt_intercepts || in teo_select()