Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
Dsched.h110 struct sched_cluster { struct
111 raw_spinlock_t load_lock;
112 struct list_head list;
113 struct cpumask cpus;
114 int id;
115 int max_power_cost;
116 int min_power_cost;
117 int max_possible_capacity;
118 int capacity;
119 int efficiency; /* Differentiate cpus with different IPC capability */
[all …]
Dwalt.c1320 struct sched_cluster *sched_cluster[NR_CPUS]; variable