Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dpowernv-cpufreq.c218 struct global_pstate_info *gpstates = policy->driver_data; in reset_gpstates() local
220 gpstates->highest_lpstate_idx = 0; in reset_gpstates()
221 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()
643 static inline void queue_gpstate_timer(struct global_pstate_info *gpstates) in queue_gpstate_timer() argument
653 if ((gpstates->elapsed_time + GPSTATE_TIMER_INTERVAL) in queue_gpstate_timer()
655 timer_interval = MAX_RAMP_DOWN_TIME - gpstates->elapsed_time; in queue_gpstate_timer()
659 mod_timer(&gpstates in queue_gpstate_timer()
673 struct global_pstate_info *gpstates = from_timer(gpstates, t, timer); gpstate_timer_handler() local
746 struct global_pstate_info *gpstates = policy->driver_data; powernv_cpufreq_target_index() local
832 struct global_pstate_info *gpstates; powernv_cpufreq_cpu_init() local
1014 struct global_pstate_info *gpstates = policy->driver_data; powernv_cpufreq_stop_cpu() local
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dpowernv-cpufreq.c218 struct global_pstate_info *gpstates = policy->driver_data; in reset_gpstates() local
220 gpstates->highest_lpstate_idx = 0; in reset_gpstates()
221 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()
643 static inline void queue_gpstate_timer(struct global_pstate_info *gpstates) in queue_gpstate_timer() argument
653 if ((gpstates->elapsed_time + GPSTATE_TIMER_INTERVAL) in queue_gpstate_timer()
655 timer_interval = MAX_RAMP_DOWN_TIME - gpstates->elapsed_time; in queue_gpstate_timer()
659 mod_timer(&gpstates in queue_gpstate_timer()
673 struct global_pstate_info *gpstates = from_timer(gpstates, t, timer); gpstate_timer_handler() local
746 struct global_pstate_info *gpstates = policy->driver_data; powernv_cpufreq_target_index() local
832 struct global_pstate_info *gpstates; powernv_cpufreq_cpu_init() local
880 struct global_pstate_info *gpstates = policy->driver_data; powernv_cpufreq_cpu_exit() local
[all...]

Completed in 3 milliseconds