Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Denergy_model.h202 int max_ps = pd->max_perf_state; in em_pd_get_efficient_state() local
206 for (i = min_ps; i <= max_ps; i++) { in em_pd_get_efficient_state()
216 return max_ps; in em_pd_get_efficient_state()
/linux-6.15/kernel/power/
H A Denergy_model.c873 int max_ps = -1; in em_update_performance_limits() local
886 max_ps = i; in em_update_performance_limits()
891 if (min_ps < 0 || max_ps < 0 || max_ps < min_ps) in em_update_performance_limits()
898 pd->max_perf_state = max_ps; in em_update_performance_limits()
/linux-6.15/drivers/nvme/host/
H A Dcore.c2688 int max_ps = -1; in nvme_configure_apst() local
2765 if (max_ps == -1) in nvme_configure_apst()
2766 max_ps = state; in nvme_configure_apst()
2771 if (max_ps == -1) in nvme_configure_apst()
2775 max_ps, max_lat_us, (int)sizeof(*table), table); in nvme_configure_apst()