• Home
  • Raw
  • Download

Lines Matching refs:cpudata

74 struct cpudata {  struct
93 static struct cpudata **all_cpu_data; argument
187 static inline void intel_pstate_busy_pid_reset(struct cpudata *cpu) in intel_pstate_busy_pid_reset()
367 static void intel_pstate_get_min_max(struct cpudata *cpu, int *min, int *max) in intel_pstate_get_min_max()
383 static void intel_pstate_set_pstate(struct cpudata *cpu, int pstate) in intel_pstate_set_pstate()
401 static inline void intel_pstate_pstate_increase(struct cpudata *cpu, int steps) in intel_pstate_pstate_increase()
409 static inline void intel_pstate_pstate_decrease(struct cpudata *cpu, int steps) in intel_pstate_pstate_decrease()
416 static void intel_pstate_get_cpu_pstates(struct cpudata *cpu) in intel_pstate_get_cpu_pstates()
431 static inline void intel_pstate_calc_busy(struct cpudata *cpu, in intel_pstate_calc_busy()
441 static inline void intel_pstate_sample(struct cpudata *cpu) in intel_pstate_sample()
459 static inline void intel_pstate_set_sample_time(struct cpudata *cpu) in intel_pstate_set_sample_time()
468 static inline int intel_pstate_get_scaled_busy(struct cpudata *cpu) in intel_pstate_get_scaled_busy()
481 static inline void intel_pstate_adjust_busy_pstate(struct cpudata *cpu) in intel_pstate_adjust_busy_pstate()
502 struct cpudata *cpu = (struct cpudata *) __data; in intel_pstate_timer_func()
533 struct cpudata *cpu; in intel_pstate_init_cpu()
539 all_cpu_data[cpunum] = kzalloc(sizeof(struct cpudata), GFP_KERNEL); in intel_pstate_init_cpu()
569 struct cpudata *cpu; in intel_pstate_get()
580 struct cpudata *cpu; in intel_pstate_set_policy()
633 struct cpudata *cpu; in intel_pstate_cpu_init()