Home
last modified time | relevance | path

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

/linux/arch/um/kernel/skas/
H A Dprocess.c40 return start_idle_thread(task_stack_page(&init_task), in start_uml()
/linux/arch/um/include/shared/
H A Dos.h293 extern int start_idle_thread(void *stack, jmp_buf *switch_buf);
/linux/arch/um/os-Linux/skas/
H A Dprocess.c817 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread() function