Home
last modified time | relevance | path

Searched refs:kernel_thread (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/kernel/
Dkmod.c275 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()
Dkthread.c233 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
Dfork.c1781 pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags) in kernel_thread() function
/linux-4.4.14/init/
Dmain.c397 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/
Dsched.h2635 extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);