Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dcpufreq_schedutil.c557 static struct sugov_tunables *global_tunables; variable
694 global_tunables = tunables; in sugov_tunables_alloc()
702 global_tunables = NULL; in sugov_tunables_free()
731 if (global_tunables) { in sugov_init()
737 sg_policy->tunables = global_tunables; in sugov_init()
739 gov_attr_set_get(&global_tunables->attr_set, &sg_policy->tunables_hook); in sugov_init()