Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/cell/
Dcpufreq_spudemand.c36 struct spu_gov_info_struct { struct
42 static DEFINE_PER_CPU(struct spu_gov_info_struct, spu_gov_info); argument
44 static int calc_freq(struct spu_gov_info_struct *info) in calc_freq()
61 struct spu_gov_info_struct *info; in spu_gov_work()
65 info = container_of(work, struct spu_gov_info_struct, work.work); in spu_gov_work()
77 static void spu_gov_init_work(struct spu_gov_info_struct *info) in spu_gov_init_work()
84 static void spu_gov_cancel_work(struct spu_gov_info_struct *info) in spu_gov_cancel_work()
92 struct spu_gov_info_struct *info = &per_cpu(spu_gov_info, cpu); in spu_gov_start()
93 struct spu_gov_info_struct *affected_info; in spu_gov_start()
123 struct spu_gov_info_struct *info = &per_cpu(spu_gov_info, cpu); in spu_gov_stop()