Searched refs:kernel_thread (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/arch/csky/include/asm/ |
D | processor.h | 75 extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
|
/linux-6.1.9/Documentation/translations/zh_CN/mm/ |
D | vmalloced-kernel-stacks.rst | 94 线程栈分配是由clone()、fork()、vfork()、kernel_thread()通过kernel_clone()
|
/linux-6.1.9/include/linux/sched/ |
D | task.h | 94 extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
|
/linux-6.1.9/tools/perf/util/ |
D | synthetic-events.c | 196 bool kernel_thread; in perf_event__synthesize_comm() local 199 &kernel_thread) != 0) in perf_event__synthesize_comm() 794 bool kernel_thread = false; in __event__synthesize_thread() local 802 &tgid, &ppid, &kernel_thread) != 0) in __event__synthesize_thread() 821 if (_pid == pid && !kernel_thread && needs_mmap) { in __event__synthesize_thread()
|
/linux-6.1.9/Documentation/mm/ |
D | vmalloced-kernel-stacks.rst | 106 kernel_thread() via kernel_clone(). Leaving a few hints for searching
|
/linux-6.1.9/kernel/ |
D | kthread.c | 399 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
|
D | fork.c | 2725 pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags) in kernel_thread() function
|
/linux-6.1.9/init/ |
D | main.c | 707 pid = kernel_thread(kthreadd, NULL, CLONE_FS | CLONE_FILES); in rest_init()
|
/linux-6.1.9/Documentation/trace/ |
D | histogram.rst | 1500 kernel_thread+0x29/0x30
|