Home
last modified time | relevance | path

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

/linux/arch/csky/include/asm/
A Dprocessor.h82 extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
/linux/arch/nds32/include/asm/
A Dprocessor.h97 extern int kernel_thread(int (*fn) (void *), void *arg, unsigned long flags);
/linux/kernel/
A 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()
A Dkthread.c350 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
A Dfork.c2624 pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags) in kernel_thread() function
/linux/include/linux/sched/
A Dtask.h90 extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
/linux/tools/perf/util/
A Dsynthetic-events.c196 bool kernel_thread; in perf_event__synthesize_comm() local
199 &kernel_thread) != 0) in perf_event__synthesize_comm()
764 bool kernel_thread = false; in __event__synthesize_thread() local
772 &tgid, &ppid, &kernel_thread) != 0) in __event__synthesize_thread()
790 if (_pid == pid && !kernel_thread && needs_mmap) { in __event__synthesize_thread()
/linux/init/
A Dmain.c690 pid = kernel_thread(kernel_init, NULL, CLONE_FS); in rest_init()
703 pid = kernel_thread(kthreadd, NULL, CLONE_FS | CLONE_FILES); in rest_init()
/linux/Documentation/trace/
A Dhistogram.rst1500 kernel_thread+0x29/0x30
/linux/
A DSystem.map2028 ffff800010083750 T kernel_thread
A D.tmp_System.map2028 ffff800010083750 T kernel_thread

Completed in 1008 milliseconds