Searched refs:user_mode_thread (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/ |
| H A D | umh.c | 132 pid = user_mode_thread(call_usermodehelper_exec_async, sub_info, SIGCHLD); in call_usermodehelper_exec_sync() 171 pid = user_mode_thread(call_usermodehelper_exec_async, sub_info, in call_usermodehelper_exec_work()
|
| H A D | fork.c | 2676 pid_t user_mode_thread(int (*fn)(void *), void *arg, unsigned long flags) in user_mode_thread() function
|
| /linux/include/linux/sched/ |
| H A D | task.h | 105 extern pid_t user_mode_thread(int (*fn)(void *), void *arg, unsigned long flags);
|
| /linux/init/ |
| H A D | main.c | 722 pid = user_mode_thread(kernel_init, NULL, CLONE_FS); in rest_init()
|