Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/csky/include/asm/
Dprocessor.h83 extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
/kernel/linux/linux-5.10/arch/nds32/include/asm/
Dprocessor.h97 extern int kernel_thread(int (*fn) (void *), void *arg, unsigned long flags);
/kernel/linux/linux-5.10/kernel/
Dumh.c133 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()
Dkthread.c336 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
Dfork.c2532 pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags) in kernel_thread() function
/kernel/linux/linux-5.10/include/linux/sched/
Dtask.h90 extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
/kernel/linux/linux-5.10/init/
Dmain.c691 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/
Dhistogram.rst1499 kernel_thread+0x29/0x30