Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/cell/
Dcpufreq_spudemand.c35 struct spu_gov_info_struct { struct
41 static DEFINE_PER_CPU(struct spu_gov_info_struct, spu_gov_info); argument
43 static int calc_freq(struct spu_gov_info_struct *info) in calc_freq()
60 struct spu_gov_info_struct *info; in spu_gov_work()
64 info = container_of(work, struct spu_gov_info_struct, work.work); in spu_gov_work()
76 static void spu_gov_init_work(struct spu_gov_info_struct *info) in spu_gov_init_work()
83 static void spu_gov_cancel_work(struct spu_gov_info_struct *info) in spu_gov_cancel_work()
91 struct spu_gov_info_struct *info, *affected_info; in spu_gov_govern()