Searched refs:kernel_thread (Results 1 – 11 of 11) sorted by relevance
/linux/arch/csky/include/asm/ |
A D | processor.h | 82 extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
|
/linux/arch/nds32/include/asm/ |
A D | processor.h | 97 extern int kernel_thread(int (*fn) (void *), void *arg, unsigned long flags);
|
/linux/kernel/ |
A D | umh.c | 135 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 D | kthread.c | 350 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
|
A D | fork.c | 2624 pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags) in kernel_thread() function
|
/linux/include/linux/sched/ |
A D | task.h | 90 extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
|
/linux/tools/perf/util/ |
A D | synthetic-events.c | 196 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 D | main.c | 690 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 D | histogram.rst | 1500 kernel_thread+0x29/0x30
|
/linux/ |
A D | System.map | 2028 ffff800010083750 T kernel_thread
|
A D | .tmp_System.map | 2028 ffff800010083750 T kernel_thread
|
Completed in 1008 milliseconds