Searched refs:attr_set (Results 1 – 1 of 1) sorted by relevance
14 struct gov_attr_set attr_set; member510 static inline struct sugov_tunables *to_sugov_tunables(struct gov_attr_set *attr_set) in to_sugov_tunables() argument512 return container_of(attr_set, struct sugov_tunables, attr_set); in to_sugov_tunables()515 static ssize_t rate_limit_us_show(struct gov_attr_set *attr_set, char *buf) in rate_limit_us_show() argument517 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_show()523 rate_limit_us_store(struct gov_attr_set *attr_set, const char *buf, size_t count) in rate_limit_us_store() argument525 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_store()534 list_for_each_entry(sg_policy, &attr_set->policy_list, tunables_hook) in rate_limit_us_store()550 struct gov_attr_set *attr_set = to_gov_attr_set(kobj); in sugov_tunables_free() local552 kfree(to_sugov_tunables(attr_set)); in sugov_tunables_free()[all …]