Lines Matching refs:attr_set
206 static ssize_t store_io_is_busy(struct gov_attr_set *attr_set, const char *buf, in store_io_is_busy() argument
209 struct dbs_data *dbs_data = to_dbs_data(attr_set); in store_io_is_busy()
224 static ssize_t store_up_threshold(struct gov_attr_set *attr_set, in store_up_threshold() argument
227 struct dbs_data *dbs_data = to_dbs_data(attr_set); in store_up_threshold()
241 static ssize_t store_sampling_down_factor(struct gov_attr_set *attr_set, in store_sampling_down_factor() argument
244 struct dbs_data *dbs_data = to_dbs_data(attr_set); in store_sampling_down_factor()
256 list_for_each_entry(policy_dbs, &attr_set->policy_list, list) { in store_sampling_down_factor()
269 static ssize_t store_ignore_nice_load(struct gov_attr_set *attr_set, in store_ignore_nice_load() argument
272 struct dbs_data *dbs_data = to_dbs_data(attr_set); in store_ignore_nice_load()
294 static ssize_t store_powersave_bias(struct gov_attr_set *attr_set, in store_powersave_bias() argument
297 struct dbs_data *dbs_data = to_dbs_data(attr_set); in store_powersave_bias()
312 list_for_each_entry(policy_dbs, &attr_set->policy_list, list) in store_powersave_bias()