Home
last modified time | relevance | path

Searched refs:kernel_thread (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dprocessor.h83 extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dprocessor.h97 extern int kernel_thread(int (*fn) (void *), void *arg, unsigned long flags);
/kernel/linux/linux-5.10/kernel/
H A Dumh.c133 pid = kernel_thread(call_usermodehelper_exec_async, sub_info, SIGCHLD); in call_usermodehelper_exec_sync()
172 pid = kernel_thread(call_usermodehelper_exec_async, sub_info, in call_usermodehelper_exec_work()
H A Dkthread.c95 * PF_KTHREAD on it's own is not, kernel_thread() can exec() (See umh.c and
111 * Can be NULL if this kthread was created by kernel_thread() in free_kthread_struct()
336 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
H A Dfork.c2514 * called from kernel_thread or CLONE_UNTRACED is explicitly in kernel_clone()
2573 pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags) in kernel_thread() function
/kernel/linux/linux-5.10/include/linux/sched/
H A Dtask.h93 extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
/kernel/linux/linux-6.6/include/linux/sched/
H A Dtask.h99 extern pid_t kernel_thread(int (*fn)(void *), void *arg, const char *name,
/kernel/linux/linux-5.10/init/
H A Dmain.c691 pid = kernel_thread(kernel_init, NULL, CLONE_FS); in rest_init()
703 pid = kernel_thread(kthreadd, NULL, CLONE_FS | CLONE_FILES); in rest_init()
711 * kernel_thread() would trigger might_sleep() splats. With in rest_init()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsynthetic-events.c196 bool kernel_thread; in perf_event__synthesize_comm() local
199 &kernel_thread) != 0) in perf_event__synthesize_comm()
796 bool kernel_thread = false; in __event__synthesize_thread() local
804 &tgid, &ppid, &kernel_thread) != 0) in __event__synthesize_thread()
823 if (_pid == pid && !kernel_thread && needs_mmap) { in __event__synthesize_thread()
/kernel/linux/linux-6.6/kernel/
H A Dkthread.c88 * PF_KTHREAD on it's own is not, kernel_thread() can exec() (See umh.c and
411 pid = kernel_thread(kthread, create, create->full_name, in create_kthread()
H A Dfork.c2908 * called from kernel_thread or CLONE_UNTRACED is explicitly in kernel_clone()
2974 pid_t kernel_thread(int (*fn)(void *), void *arg, const char *name, in kernel_thread() function
/kernel/linux/linux-6.6/init/
H A Dmain.c709 pid = kernel_thread(kthreadd, NULL, NULL, CLONE_FS | CLONE_FILES); in rest_init()
717 * kernel_thread() would trigger might_sleep() splats. With in rest_init()

Completed in 21 milliseconds