Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dcpufreq_schedutil.c604 static struct cpufreq_governor schedutil_gov; variable
756 schedutil_gov.name); in sugov_init()
863 static struct cpufreq_governor schedutil_gov = { variable
877 return &schedutil_gov; in cpufreq_default_governor()
883 return cpufreq_register_governor(&schedutil_gov); in sugov_register()