Searched refs:user_mode_thread (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/kernel/ |
D | umh.c | 133 pid = user_mode_thread(call_usermodehelper_exec_async, sub_info, SIGCHLD); in call_usermodehelper_exec_sync() 172 pid = user_mode_thread(call_usermodehelper_exec_async, sub_info, in call_usermodehelper_exec_work()
|
D | fork.c | 2854 pid_t user_mode_thread(int (*fn)(void *), void *arg, unsigned long flags) in user_mode_thread() function
|
/linux-6.12.1/include/linux/sched/ |
D | task.h | 104 extern pid_t user_mode_thread(int (*fn)(void *), void *arg, unsigned long flags);
|
/linux-6.12.1/init/ |
D | main.c | 712 pid = user_mode_thread(kernel_init, NULL, CLONE_FS); in rest_init()
|