Searched refs:run_helper_thread (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | helper.c | 113 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 D | sigio.c | 308 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 D | helper.c | 118 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 D | sigio.c | 327 write_sigio_pid = run_helper_thread(write_sigio_thread, NULL, in write_sigio_workaround()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | chan_user.c | 241 pid = run_helper_thread(winch_thread, &data, CLONE_FILES, stack_out); in winch_tramp()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | chan_user.c | 241 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 D | os.h | 221 extern int run_helper_thread(int (*proc)(void *), void *arg,
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | os.h | 220 extern int run_helper_thread(int (*proc)(void *), void *arg,
|
Completed in 5 milliseconds