Home
last modified time | relevance | path

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

/kernel/sched/
Dcpufreq_schedutil.c21 struct sugov_tunables *tunables; member
517 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_show() local
519 return sprintf(buf, "%u\n", tunables->rate_limit_us); in rate_limit_us_show()
525 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_store() local
532 tunables->rate_limit_us = rate_limit_us; in rate_limit_us_store()
648 struct sugov_tunables *tunables; in sugov_tunables_alloc() local
650 tunables = kzalloc(sizeof(*tunables), GFP_KERNEL); in sugov_tunables_alloc()
651 if (tunables) { in sugov_tunables_alloc()
652 gov_attr_set_init(&tunables->attr_set, &sg_policy->tunables_hook); in sugov_tunables_alloc()
654 global_tunables = tunables; in sugov_tunables_alloc()
[all …]