Home
last modified time | relevance | path

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

/linux/include/linux/
H A Denergy_model.h210 int max_ps = pd->max_perf_state; in em_pd_get_efficient_state() local
214 for (i = min_ps; i <= max_ps; i++) { in em_pd_get_efficient_state()
224 return max_ps; in em_pd_get_efficient_state()
/linux/kernel/power/
H A Denergy_model.c965 int max_ps = -1; in em_update_performance_limits() local
978 max_ps = i; in em_update_performance_limits()
983 if (min_ps < 0 || max_ps < 0 || max_ps < min_ps) in em_update_performance_limits()
990 pd->max_perf_state = max_ps; in em_update_performance_limits()
/linux/drivers/nvme/host/
H A Dcore.c2855 int max_ps = -1; in nvme_configure_apst() local
2932 if (max_ps == -1) in nvme_configure_apst()
2933 max_ps = state; in nvme_configure_apst()
2938 if (max_ps == -1) in nvme_configure_apst()
2942 max_ps, max_lat_us, (int)sizeof(*table), table); in nvme_configure_apst()