Home
last modified time | relevance | path

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

/kernel/sched/
Dcpufreq_schedutil.c27 struct sugov_tunables *tunables; member
590 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_show() local
592 return sprintf(buf, "%u\n", tunables->rate_limit_us); in rate_limit_us_show()
598 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_store() local
605 tunables->rate_limit_us = rate_limit_us; in rate_limit_us_store()
720 struct sugov_tunables *tunables; in sugov_tunables_alloc() local
722 tunables = kzalloc(sizeof(*tunables), GFP_KERNEL); in sugov_tunables_alloc()
723 if (tunables) { in sugov_tunables_alloc()
724 gov_attr_set_init(&tunables->attr_set, &sg_policy->tunables_hook); in sugov_tunables_alloc()
726 global_tunables = tunables; in sugov_tunables_alloc()
[all …]