Searched refs:kernel_thread (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/nds32/include/asm/ |
D | processor.h | 96 extern int kernel_thread(int (*fn) (void *), void *arg, unsigned long flags);
|
/Linux-v4.19/include/linux/sched/ |
D | task.h | 77 extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
|
/Linux-v4.19/kernel/ |
D | umh.c | 130 pid = kernel_thread(call_usermodehelper_exec_async, sub_info, SIGCHLD); in call_usermodehelper_exec_sync() 190 pid = kernel_thread(call_usermodehelper_exec_async, sub_info, in call_usermodehelper_exec_work()
|
D | kthread.c | 269 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
|
D | fork.c | 2223 pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags) in kernel_thread() function
|
/Linux-v4.19/init/ |
D | main.c | 408 pid = kernel_thread(kernel_init, NULL, CLONE_FS); in rest_init() 420 pid = kernel_thread(kthreadd, NULL, CLONE_FS | CLONE_FILES); in rest_init()
|
/Linux-v4.19/Documentation/trace/ |
D | histogram.rst | 1511 kernel_thread+0x29/0x30
|