Home
last modified time | relevance | path

Searched refs:idle_threads (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/um/include/asm/
Dsmp.h25 extern struct task_struct *idle_threads[NR_CPUS];
/linux-2.6.39/arch/um/kernel/
Dsmp.c38 struct task_struct *idle_threads[NR_CPUS]; variable
101 idle_threads[cpu] = new_task; in idle_thread()