Searched refs:tunables (Results 1 – 1 of 1) sorted by relevance
21 struct sugov_tunables *tunables; member517 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_show() local519 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() local532 tunables->rate_limit_us = rate_limit_us; in rate_limit_us_store()648 struct sugov_tunables *tunables; in sugov_tunables_alloc() local650 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 …]