Home
last modified time | relevance | path

Searched refs:gov_attr_set (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dcpufreq_governor_attr_set.c11 static inline struct gov_attr_set *to_gov_attr_set(struct kobject *kobj) in to_gov_attr_set()
13 return container_of(kobj, struct gov_attr_set, kobj); in to_gov_attr_set()
32 struct gov_attr_set *attr_set = to_gov_attr_set(kobj); in governor_store()
48 void gov_attr_set_init(struct gov_attr_set *attr_set, struct list_head *list_node) in gov_attr_set_init()
57 void gov_attr_set_get(struct gov_attr_set *attr_set, struct list_head *list_node) in gov_attr_set_get()
66 unsigned int gov_attr_set_put(struct gov_attr_set *attr_set, struct list_head *list_node) in gov_attr_set_put()
H A Dcpufreq_governor.h39 struct gov_attr_set attr_set;
48 static inline struct dbs_data *to_dbs_data(struct gov_attr_set *attr_set) in to_dbs_data()
55 (struct gov_attr_set *attr_set, char *buf) \
64 (struct gov_attr_set *attr_set, char *buf) \
179 ssize_t store_sampling_rate(struct gov_attr_set *attr_set, const char *buf,
H A Dcpufreq_conservative.c147 static ssize_t store_sampling_down_factor(struct gov_attr_set *attr_set, in store_sampling_down_factor()
162 static ssize_t store_up_threshold(struct gov_attr_set *attr_set, in store_up_threshold()
178 static ssize_t store_down_threshold(struct gov_attr_set *attr_set, in store_down_threshold()
196 static ssize_t store_ignore_nice_load(struct gov_attr_set *attr_set, in store_ignore_nice_load()
221 static ssize_t store_freq_step(struct gov_attr_set *attr_set, const char *buf, in store_freq_step()
H A Dcpufreq_ondemand.c203 static ssize_t store_io_is_busy(struct gov_attr_set *attr_set, const char *buf, in store_io_is_busy()
221 static ssize_t store_up_threshold(struct gov_attr_set *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()
266 static ssize_t store_ignore_nice_load(struct gov_attr_set *attr_set, in store_ignore_nice_load()
291 static ssize_t store_powersave_bias(struct gov_attr_set *attr_set, in store_powersave_bias()
H A Dcpufreq_governor.c44 ssize_t store_sampling_rate(struct gov_attr_set *attr_set, const char *buf, in store_sampling_rate()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dcpufreq_governor.h39 struct gov_attr_set attr_set;
49 static inline struct dbs_data *to_dbs_data(struct gov_attr_set *attr_set) in to_dbs_data()
56 (struct gov_attr_set *attr_set, char *buf) \
65 (struct gov_attr_set *attr_set, char *buf) \
178 ssize_t sampling_rate_store(struct gov_attr_set *attr_set, const char *buf,
H A Dcpufreq_governor_attr_set.c27 struct gov_attr_set *attr_set = to_gov_attr_set(kobj); in governor_store()
43 void gov_attr_set_init(struct gov_attr_set *attr_set, struct list_head *list_node) in gov_attr_set_init()
52 void gov_attr_set_get(struct gov_attr_set *attr_set, struct list_head *list_node) in gov_attr_set_get()
61 unsigned int gov_attr_set_put(struct gov_attr_set *attr_set, struct list_head *list_node) in gov_attr_set_put()
H A Dcpufreq_conservative.c149 static ssize_t sampling_down_factor_store(struct gov_attr_set *attr_set, in sampling_down_factor_store()
164 static ssize_t up_threshold_store(struct gov_attr_set *attr_set, in up_threshold_store()
180 static ssize_t down_threshold_store(struct gov_attr_set *attr_set, in down_threshold_store()
198 static ssize_t ignore_nice_load_store(struct gov_attr_set *attr_set, in ignore_nice_load_store()
223 static ssize_t freq_step_store(struct gov_attr_set *attr_set, const char *buf, in freq_step_store()
H A Dcpufreq_ondemand.c205 static ssize_t io_is_busy_store(struct gov_attr_set *attr_set, const char *buf, in io_is_busy_store()
223 static ssize_t up_threshold_store(struct gov_attr_set *attr_set, in up_threshold_store()
240 static ssize_t sampling_down_factor_store(struct gov_attr_set *attr_set, in sampling_down_factor_store()
268 static ssize_t ignore_nice_load_store(struct gov_attr_set *attr_set, in ignore_nice_load_store()
293 static ssize_t powersave_bias_store(struct gov_attr_set *attr_set, in powersave_bias_store()
H A Dcpufreq_governor.c44 ssize_t sampling_rate_store(struct gov_attr_set *attr_set, const char *buf, in sampling_rate_store()
/kernel/linux/linux-6.6/include/linux/
H A Dcpufreq.h652 struct gov_attr_set { struct
662 static inline struct gov_attr_set *to_gov_attr_set(struct kobject *kobj) in to_gov_attr_set()
664 return container_of(kobj, struct gov_attr_set, kobj); in to_gov_attr_set()
667 void gov_attr_set_init(struct gov_attr_set *attr_set, struct list_head *list_node);
668 void gov_attr_set_get(struct gov_attr_set *attr_set, struct list_head *list_node);
669 unsigned int gov_attr_set_put(struct gov_attr_set *attr_set, struct list_head *list_node);
674 ssize_t (*show)(struct gov_attr_set *attr_set, char *buf);
675 ssize_t (*store)(struct gov_attr_set *attr_set, const char *buf,
/kernel/linux/linux-5.10/kernel/sched/
H A Dcpufreq_schedutil.c20 struct gov_attr_set attr_set;
622 static inline struct sugov_tunables *to_sugov_tunables(struct gov_attr_set *attr_set)
627 static ssize_t rate_limit_us_show(struct gov_attr_set *attr_set, char *buf)
635 rate_limit_us_store(struct gov_attr_set *attr_set, const char *buf, size_t count)
662 struct gov_attr_set *attr_set = container_of(kobj, struct gov_attr_set, kobj);
/kernel/linux/linux-5.10/include/linux/
H A Dcpufreq.h636 struct gov_attr_set { struct
646 void gov_attr_set_init(struct gov_attr_set *attr_set, struct list_head *list_node);
647 void gov_attr_set_get(struct gov_attr_set *attr_set, struct list_head *list_node);
648 unsigned int gov_attr_set_put(struct gov_attr_set *attr_set, struct list_head *list_node);
653 ssize_t (*show)(struct gov_attr_set *attr_set, char *buf);
654 ssize_t (*store)(struct gov_attr_set *attr_set, const char *buf,
/kernel/linux/linux-6.6/kernel/sched/
H A Dcpufreq_schedutil.c14 struct gov_attr_set attr_set;
554 static inline struct sugov_tunables *to_sugov_tunables(struct gov_attr_set *attr_set)
559 static ssize_t rate_limit_us_show(struct gov_attr_set *attr_set, char *buf)
567 rate_limit_us_store(struct gov_attr_set *attr_set, const char *buf, size_t count)
594 struct gov_attr_set *attr_set = to_gov_attr_set(kobj);

Completed in 12 milliseconds