Home
last modified time | relevance | path

Searched refs:user_mode_thread (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/kernel/
Dumh.c135 pid = user_mode_thread(call_usermodehelper_exec_async, sub_info, SIGCHLD); in call_usermodehelper_exec_sync()
174 pid = user_mode_thread(call_usermodehelper_exec_async, sub_info, in call_usermodehelper_exec_work()
Dfork.c2715 pid_t user_mode_thread(int (*fn)(void *), void *arg, unsigned long flags) in user_mode_thread() function
/linux-5.19.10/include/linux/sched/
Dtask.h95 extern pid_t user_mode_thread(int (*fn)(void *), void *arg, unsigned long flags);
/linux-5.19.10/init/
Dmain.c692 pid = user_mode_thread(kernel_init, NULL, CLONE_FS); in rest_init()