Home
last modified time | relevance | path

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

/Linux-v4.19/arch/nds32/include/asm/
Dprocessor.h96 extern int kernel_thread(int (*fn) (void *), void *arg, unsigned long flags);
/Linux-v4.19/include/linux/sched/
Dtask.h77 extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
/Linux-v4.19/kernel/
Dumh.c130 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()
Dkthread.c269 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
Dfork.c2223 pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags) in kernel_thread() function
/Linux-v4.19/init/
Dmain.c408 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/
Dhistogram.rst1511 kernel_thread+0x29/0x30