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.c2924 int max_ps = -1; in nvme_configure_apst()
3001 if (max_ps == -1) in nvme_set_latency_tolerance()
3002 max_ps = state; in nvme_set_latency_tolerance()
3007 if (max_ps == -1) in nvme_set_latency_tolerance()
3011 max_ps, max_lat_us, (int)sizeof(*table), table);
2891 int max_ps = -1; nvme_configure_apst() local