Searched refs:kernel_thread (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
D | processor.h | 83 extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
D | processor.h | 97 extern int kernel_thread(int (*fn) (void *), void *arg, unsigned long flags);
|
/kernel/linux/linux-5.10/kernel/ |
D | umh.c | 133 pid = kernel_thread(call_usermodehelper_exec_async, sub_info, SIGCHLD); in call_usermodehelper_exec_sync() 172 pid = kernel_thread(call_usermodehelper_exec_async, sub_info, in call_usermodehelper_exec_work()
|
D | kthread.c | 336 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
|
D | fork.c | 2532 pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags) in kernel_thread() function
|
/kernel/linux/linux-5.10/include/linux/sched/ |
D | task.h | 90 extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
|
/kernel/linux/linux-5.10/init/ |
D | main.c | 691 pid = kernel_thread(kernel_init, NULL, CLONE_FS); in rest_init() 703 pid = kernel_thread(kthreadd, NULL, CLONE_FS | CLONE_FILES); in rest_init()
|
/kernel/linux/linux-5.10/Documentation/trace/ |
D | histogram.rst | 1499 kernel_thread+0x29/0x30
|