Home
last modified time | relevance | path

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

/linux-6.15/drivers/cpufreq/
H A Dpowernv-cpufreq.c222 gpstates->elapsed_time = 0; in reset_gpstates()
223 gpstates->last_sampled_time = 0; in reset_gpstates()
224 gpstates->last_lpstate_idx = 0; in reset_gpstates()
225 gpstates->last_gpstate_idx = 0; in reset_gpstates()
670 struct global_pstate_info *gpstates = from_timer(gpstates, t, timer); in gpstate_timer_handler() local
727 queue_gpstate_timer(gpstates); in gpstate_timer_handler()
760 if (!gpstates) { in powernv_cpufreq_target_index()
857 gpstates = kzalloc(sizeof(*gpstates), GFP_KERNEL); in powernv_cpufreq_cpu_init()
858 if (!gpstates) in powernv_cpufreq_cpu_init()
864 gpstates->policy = policy; in powernv_cpufreq_cpu_init()
[all …]