Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dkmod.c277 pid = kernel_thread(____call_usermodehelper, sub_info, SIGCHLD); in wait_for_helper()
314 pid = kernel_thread(wait_for_helper, sub_info, in __call_usermodehelper()
317 pid = kernel_thread(____call_usermodehelper, sub_info, in __call_usermodehelper()
Dkthread.c231 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
Dfork.c1750 pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags) in kernel_thread() function
/linux-4.1.27/init/
Dmain.c394 kernel_thread(kernel_init, NULL, CLONE_FS); in rest_init()
396 pid = kernel_thread(kthreadd, NULL, CLONE_FS | CLONE_FILES); in rest_init()
/linux-4.1.27/arch/x86/kernel/
Dentry_64.S625 testl $3,CS(%rsp) # from kernel_thread?
/linux-4.1.27/include/linux/
Dsched.h2515 extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);