Home
last modified time | relevance | path

Searched refs:run_helper_thread (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dhelper.c113 int run_helper_thread(int (*proc)(void *), void *arg, unsigned int flags, in run_helper_thread() function
127 printk(UM_KERN_ERR "run_helper_thread : clone failed, " in run_helper_thread()
135 printk(UM_KERN_ERR "run_helper_thread - wait failed, " in run_helper_thread()
140 printk(UM_KERN_ERR "run_helper_thread - thread " in run_helper_thread()
H A Dsigio.c308 write_sigio_pid = run_helper_thread(write_sigio_thread, NULL, in write_sigio_workaround()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dhelper.c118 int run_helper_thread(int (*proc)(void *), void *arg, unsigned int flags, in run_helper_thread() function
132 printk(UM_KERN_ERR "run_helper_thread : clone failed, " in run_helper_thread()
140 printk(UM_KERN_ERR "run_helper_thread - wait failed, " in run_helper_thread()
145 printk(UM_KERN_ERR "run_helper_thread - thread " in run_helper_thread()
H A Dsigio.c327 write_sigio_pid = run_helper_thread(write_sigio_thread, NULL, in write_sigio_workaround()
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dchan_user.c241 pid = run_helper_thread(winch_thread, &data, CLONE_FILES, stack_out); in winch_tramp()
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dchan_user.c241 pid = run_helper_thread(winch_thread, &data, CLONE_FILES, stack_out); in winch_tramp()
/kernel/linux/linux-5.10/arch/um/include/shared/
H A Dos.h221 extern int run_helper_thread(int (*proc)(void *), void *arg,
/kernel/linux/linux-6.6/arch/um/include/shared/
H A Dos.h220 extern int run_helper_thread(int (*proc)(void *), void *arg,

Completed in 5 milliseconds