Home
last modified time | relevance | path

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

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