Home
last modified time | relevance | path

Searched refs:sugov_tunables (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcpufreq_schedutil.c19 struct sugov_tunables { struct
30 struct sugov_tunables *tunables; argument
587 static struct sugov_tunables *global_tunables;
590 static inline struct sugov_tunables *to_sugov_tunables(struct gov_attr_set *attr_set) in to_sugov_tunables()
592 return container_of(attr_set, struct sugov_tunables, attr_set); in to_sugov_tunables()
597 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_show()
605 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_store()
625 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in target_load_show()
633 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in target_load_store()
756 static struct sugov_tunables *sugov_tunables_alloc(struct sugov_policy *sg_policy) in sugov_tunables_alloc()
[all …]