Lines Matching refs:policy_dbs
15 struct policy_dbs_info policy_dbs; member
20 static inline struct cs_policy_dbs_info *to_dbs_info(struct policy_dbs_info *policy_dbs) in to_dbs_info() argument
22 return container_of(policy_dbs, struct cs_policy_dbs_info, policy_dbs); in to_dbs_info()
60 struct policy_dbs_info *policy_dbs = policy->governor_data; in cs_dbs_update() local
61 struct cs_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); in cs_dbs_update()
63 struct dbs_data *dbs_data = policy_dbs->dbs_data; in cs_dbs_update()
91 if (policy_dbs->idle_periods < UINT_MAX) { in cs_dbs_update()
92 unsigned int freq_steps = policy_dbs->idle_periods * freq_step; in cs_dbs_update()
99 policy_dbs->idle_periods = UINT_MAX; in cs_dbs_update()
278 return dbs_info ? &dbs_info->policy_dbs : NULL; in cs_alloc()
281 static void cs_free(struct policy_dbs_info *policy_dbs) in cs_free() argument
283 kfree(to_dbs_info(policy_dbs)); in cs_free()