Searched refs:idle_thread_get (Results 1 – 3 of 3) sorted by relevance
8 struct task_struct *idle_thread_get(unsigned int cpu);12 static inline struct task_struct *idle_thread_get(unsigned int cpu) { return NULL; } in idle_thread_get() function
30 struct task_struct *idle_thread_get(unsigned int cpu) in idle_thread_get() function
550 struct task_struct *idle = idle_thread_get(cpu); in bringup_cpu()1130 idle = idle_thread_get(cpu); in _cpu_up()