Home
last modified time | relevance | path

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

/openbmc/linux/drivers/idle/
H A Dintel_idle.c83 struct idle_cpu { struct
96 static const struct idle_cpu *icpu __initdata; argument
/openbmc/linux/kernel/sched/
H A Dfair.c1977 int idle_cpu; member
7279 static int select_idle_core(struct task_struct *p, int core, struct cpumask *cpus, int *idle_cpu) in select_idle_core()
7341 …c inline int select_idle_core(struct task_struct *p, int core, struct cpumask *cpus, int *idle_cpu) in select_idle_core()
7361 int i, cpu, idle_cpu = -1, nr = INT_MAX; in select_idle_cpu() local
H A Dcore.c7327 int idle_cpu(int cpu) in idle_cpu() function