Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/
H A Dcpufreq_spudemand.c23 struct spu_gov_info_struct { struct
29 static DEFINE_PER_CPU(struct spu_gov_info_struct, spu_gov_info); argument
31 static int calc_freq(struct spu_gov_info_struct *info) in calc_freq()
48 struct spu_gov_info_struct *info; in spu_gov_work()
52 info = container_of(work, struct spu_gov_info_struct, work.work); in spu_gov_work()
64 static void spu_gov_init_work(struct spu_gov_info_struct *info) in spu_gov_init_work()
71 static void spu_gov_cancel_work(struct spu_gov_info_struct *info) in spu_gov_cancel_work()
79 struct spu_gov_info_struct *info = &per_cpu(spu_gov_info, cpu); in spu_gov_start()
80 struct spu_gov_info_struct *affected_info; in spu_gov_start()
110 struct spu_gov_info_struct *info = &per_cpu(spu_gov_info, cpu); in spu_gov_stop()