Home
last modified time | relevance | path

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

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