Home
last modified time | relevance | path

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

/kernel/
Dkmod.c275 pid = kernel_thread(call_usermodehelper_exec_async, sub_info, SIGCHLD); in call_usermodehelper_exec_sync()
335 pid = kernel_thread(call_usermodehelper_exec_async, sub_info, in call_usermodehelper_exec_work()
Dkthread.c235 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
Dfork.c2015 pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags) in kernel_thread() function