Lines Matching refs:attr_set
205 static ssize_t io_is_busy_store(struct gov_attr_set *attr_set, const char *buf,
208 struct dbs_data *dbs_data = to_dbs_data(attr_set);
223 static ssize_t up_threshold_store(struct gov_attr_set *attr_set,
226 struct dbs_data *dbs_data = to_dbs_data(attr_set);
240 static ssize_t sampling_down_factor_store(struct gov_attr_set *attr_set,
243 struct dbs_data *dbs_data = to_dbs_data(attr_set);
255 list_for_each_entry(policy_dbs, &attr_set->policy_list, list) {
268 static ssize_t ignore_nice_load_store(struct gov_attr_set *attr_set,
271 struct dbs_data *dbs_data = to_dbs_data(attr_set);
293 static ssize_t powersave_bias_store(struct gov_attr_set *attr_set,
296 struct dbs_data *dbs_data = to_dbs_data(attr_set);
311 list_for_each_entry(policy_dbs, &attr_set->policy_list, list)