Searched refs:kernel_thread (Results 1 – 3 of 3) sorted by relevance
275 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()
235 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
2015 pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags) in kernel_thread() function