Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Dcpufreq_schedutil.c588 static struct sugov_tunables *global_tunables; variable
726 global_tunables = tunables; in sugov_tunables_alloc()
734 global_tunables = NULL; in sugov_tunables_free()
763 if (global_tunables) { in sugov_init()
769 sg_policy->tunables = global_tunables; in sugov_init()
771 gov_attr_set_get(&global_tunables->attr_set, &sg_policy->tunables_hook); in sugov_init()