Searched refs:tunables (Results 1 – 1 of 1) sorted by relevance
27 struct sugov_tunables *tunables; member590 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_show() local592 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() local605 tunables->rate_limit_us = rate_limit_us; in rate_limit_us_store()720 struct sugov_tunables *tunables; in sugov_tunables_alloc() local722 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 …]