Home
last modified time | relevance | path

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

/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.c2886 int max_ps = -1; in nvme_configure_apst() local
2963 if (max_ps == -1) in nvme_configure_apst()
2964 max_ps = state; in nvme_configure_apst()
2969 if (max_ps == -1) in nvme_configure_apst()
2973 max_ps, max_lat_us, (int)sizeof(*table), table); in nvme_configure_apst()