Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dcpufreq_schedutil.c503 static struct sugov_tunables *global_tunables; variable
649 global_tunables = tunables; in sugov_tunables_alloc()
657 global_tunables = NULL; in sugov_clear_global_tunables()
684 if (global_tunables) { in sugov_init()
690 sg_policy->tunables = global_tunables; in sugov_init()
692 gov_attr_set_get(&global_tunables->attr_set, &sg_policy->tunables_hook); in sugov_init()