Searched refs:kernel_thread (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/kernel/ |
D | kmod.c | 275 pid = kernel_thread(call_usermodehelper_exec_async, sub_info, SIGCHLD); in call_usermodehelper_exec_sync() 335 pid = kernel_thread(call_usermodehelper_exec_async, sub_info, in call_usermodehelper_exec_work()
|
D | kthread.c | 233 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
|
D | fork.c | 1781 pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags) in kernel_thread() function
|
/linux-4.4.14/init/ |
D | main.c | 397 kernel_thread(kernel_init, NULL, CLONE_FS); in rest_init() 399 pid = kernel_thread(kthreadd, NULL, CLONE_FS | CLONE_FILES); in rest_init()
|
/linux-4.4.14/include/linux/ |
D | sched.h | 2635 extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
|