Lines Matching refs:attr_set
203 static ssize_t store_io_is_busy(struct gov_attr_set *attr_set, const char *buf, in store_io_is_busy() argument
206 struct dbs_data *dbs_data = to_dbs_data(attr_set); in store_io_is_busy()
221 static ssize_t store_up_threshold(struct gov_attr_set *attr_set, in store_up_threshold() argument
224 struct dbs_data *dbs_data = to_dbs_data(attr_set); in store_up_threshold()
238 static ssize_t store_sampling_down_factor(struct gov_attr_set *attr_set, in store_sampling_down_factor() argument
241 struct dbs_data *dbs_data = to_dbs_data(attr_set); in store_sampling_down_factor()
253 list_for_each_entry(policy_dbs, &attr_set->policy_list, list) { in store_sampling_down_factor()
266 static ssize_t store_ignore_nice_load(struct gov_attr_set *attr_set, in store_ignore_nice_load() argument
269 struct dbs_data *dbs_data = to_dbs_data(attr_set); in store_ignore_nice_load()
291 static ssize_t store_powersave_bias(struct gov_attr_set *attr_set, in store_powersave_bias() argument
294 struct dbs_data *dbs_data = to_dbs_data(attr_set); in store_powersave_bias()
309 list_for_each_entry(policy_dbs, &attr_set->policy_list, list) in store_powersave_bias()