Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dcpufreq_schedutil.c18 struct sugov_tunables { struct
26 struct sugov_tunables *tunables; argument
557 static struct sugov_tunables *global_tunables;
560 static inline struct sugov_tunables *to_sugov_tunables(struct gov_attr_set *attr_set) in to_sugov_tunables()
562 return container_of(attr_set, struct sugov_tunables, attr_set); in to_sugov_tunables()
567 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_show()
575 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_store()
686 static struct sugov_tunables *sugov_tunables_alloc(struct sugov_policy *sg_policy) in sugov_tunables_alloc()
688 struct sugov_tunables *tunables; in sugov_tunables_alloc()
699 static void sugov_tunables_free(struct sugov_tunables *tunables) in sugov_tunables_free()
[all …]