Home
last modified time | relevance | path

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

/arch/um/kernel/skas/
Dprocess.c42 return start_idle_thread(task_stack_page(&init_task), in start_uml()
/arch/um/include/shared/
Dos.h280 extern int start_idle_thread(void *stack, jmp_buf *switch_buf);
/arch/um/os-Linux/skas/
Dprocess.c551 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread() function