Home
last modified time | relevance | path

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

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