Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
Dsched.h113 struct sched_cluster { struct
114 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 …]