Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dpowernv-cpufreq.c221 gpstates->elapsed_time = 0; in reset_gpstates()
222 gpstates->last_sampled_time = 0; in reset_gpstates()
223 gpstates->last_lpstate_idx = 0; in reset_gpstates()
224 gpstates->last_gpstate_idx = 0; in reset_gpstates()
673 struct global_pstate_info *gpstates = from_timer(gpstates, t, timer); in gpstate_timer_handler() local
730 queue_gpstate_timer(gpstates); in gpstate_timer_handler()
763 if (!gpstates) { in powernv_cpufreq_target_index()
860 gpstates = kzalloc(sizeof(*gpstates), GFP_KERNEL); in powernv_cpufreq_cpu_init()
861 if (!gpstates) in powernv_cpufreq_cpu_init()
867 gpstates->policy = policy; in powernv_cpufreq_cpu_init()
[all …]