Home
last modified time | relevance | path

Searched refs:idle_thread_get (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/
H A Dsmpboot.h8 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
H A Dsmpboot.c28 struct task_struct *idle_thread_get(unsigned int cpu) in idle_thread_get() function
/linux/arch/x86/hyperv/
H A Dhv_vtl.c125 struct task_struct *idle = idle_thread_get(cpu); in hv_vtl_bringup_vcpu()