Searched defs:sched_cluster (Results 1 – 1 of 1) sorted by relevance
113 struct sched_cluster { struct114 raw_spinlock_t load_lock;115 struct list_head list;116 struct cpumask cpus;117 int id;118 int max_power_cost;119 int min_power_cost;120 int max_possible_capacity;121 int capacity;122 int efficiency; /* Differentiate cpus with different IPC capability */[all …]