Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Dcpufreq_schedutil.c18 struct sugov_tunables { struct
26 struct sugov_tunables *tunables; argument
588 static struct sugov_tunables *global_tunables;
591 static inline struct sugov_tunables *to_sugov_tunables(struct gov_attr_set *attr_set) in to_sugov_tunables()
593 return container_of(attr_set, struct sugov_tunables, attr_set); in to_sugov_tunables()
598 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_show()
606 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_store()
718 static struct sugov_tunables *sugov_tunables_alloc(struct sugov_policy *sg_policy) in sugov_tunables_alloc()
720 struct sugov_tunables *tunables; in sugov_tunables_alloc()
731 static void sugov_tunables_free(struct sugov_tunables *tunables) in sugov_tunables_free()
[all …]