Searched refs:kernel_thread (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/kernel/ |
D | kmod.c | 277 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()
|
D | kthread.c | 231 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
|
D | fork.c | 1750 pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags) in kernel_thread() function
|
/linux-4.1.27/init/ |
D | main.c | 394 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/ |
D | entry_64.S | 625 testl $3,CS(%rsp) # from kernel_thread?
|
/linux-4.1.27/include/linux/ |
D | sched.h | 2515 extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
|