Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/sched/
Dcpufreq_schedutil.c11 struct sugov_tunables { struct
19 struct sugov_tunables *tunables; argument
551 static struct sugov_tunables *global_tunables;
554 static inline struct sugov_tunables *to_sugov_tunables(struct gov_attr_set *attr_set) in to_sugov_tunables()
556 return container_of(attr_set, struct sugov_tunables, attr_set); in to_sugov_tunables()
561 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_show()
569 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_store()
714 static struct sugov_tunables *sugov_tunables_alloc(struct sugov_policy *sg_policy) in sugov_tunables_alloc()
716 struct sugov_tunables *tunables; in sugov_tunables_alloc()
736 struct sugov_tunables *tunables; in sugov_init()
[all …]