Home
last modified time | relevance | path

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

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