Home
last modified time | relevance | path

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

/Linux-v5.15/arch/csky/include/asm/
Dprocessor.h82 extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
/Linux-v5.15/arch/nds32/include/asm/
Dprocessor.h97 extern int kernel_thread(int (*fn) (void *), void *arg, unsigned long flags);
/Linux-v5.15/kernel/
Dumh.c135 pid = kernel_thread(call_usermodehelper_exec_async, sub_info, SIGCHLD); in call_usermodehelper_exec_sync()
174 pid = kernel_thread(call_usermodehelper_exec_async, sub_info, in call_usermodehelper_exec_work()
Dkthread.c342 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
Dfork.c2626 pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags) in kernel_thread() function
/Linux-v5.15/include/linux/sched/
Dtask.h89 extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
/Linux-v5.15/tools/perf/util/
Dsynthetic-events.c196 bool kernel_thread; in perf_event__synthesize_comm() local
199 &kernel_thread) != 0) in perf_event__synthesize_comm()
763 bool kernel_thread = false; in __event__synthesize_thread() local
771 &tgid, &ppid, &kernel_thread) != 0) in __event__synthesize_thread()
789 if (_pid == pid && !kernel_thread) { in __event__synthesize_thread()
/Linux-v5.15/init/
Dmain.c699 pid = kernel_thread(kernel_init, NULL, CLONE_FS); in rest_init()
712 pid = kernel_thread(kthreadd, NULL, CLONE_FS | CLONE_FILES); in rest_init()
/Linux-v5.15/Documentation/trace/
Dhistogram.rst1500 kernel_thread+0x29/0x30