Home
last modified time | relevance | path

Searched defs:sched_cluster (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/
Dsched.h112 struct sched_cluster { struct
113 raw_spinlock_t load_lock;
114 struct list_head list;
115 struct cpumask cpus;
116 int id;
117 int max_power_cost;
118 int min_power_cost;
119 int max_possible_capacity;
120 int capacity;
121 int efficiency; /* Differentiate cpus with different IPC capability */
[all …]
Dwalt.c1320 struct sched_cluster *sched_cluster[NR_CPUS]; variable
/kernel/linux/linux-6.6/kernel/sched/
Dsched.h132 struct sched_cluster { struct
133 raw_spinlock_t load_lock;
134 struct list_head list;
135 struct cpumask cpus;
136 int id;
137 int max_power_cost;
138 int min_power_cost;
139 int max_possible_capacity;
140 int capacity;
141 int efficiency; /* Differentiate cpus with different IPC capability */
[all …]
Dwalt.c1321 struct sched_cluster *sched_cluster[NR_CPUS]; variable