Home
last modified time | relevance | path

Searched refs:start_io_thread (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/um/drivers/
H A Dubd.h10 extern int start_io_thread(unsigned long sp, int *fds_out);
H A Dubd_user.c28 int start_io_thread(unsigned long sp, int *fd_out) in start_io_thread() function
34 printk("start_io_thread - os_pipe failed, err = %d\n", -err); in start_io_thread()
46 printk("start_io_thread - failed to set nonblocking I/O.\n"); in start_io_thread()
53 printk("start_io_thread - clone failed : errno = %d\n", errno); in start_io_thread()
H A Dubd_kern.c1199 io_pid = start_io_thread(stack + PAGE_SIZE - sizeof(void *), in ubd_driver_init()
1607 /* Changed in start_io_thread, which is serialized by being called only
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dubd.h10 extern int start_io_thread(unsigned long sp, int *fds_out);
H A Dubd_user.c28 int start_io_thread(unsigned long sp, int *fd_out) in start_io_thread() function
34 printk("start_io_thread - os_pipe failed, err = %d\n", -err); in start_io_thread()
46 printk("start_io_thread - failed to set nonblocking I/O.\n"); in start_io_thread()
53 printk("start_io_thread - clone failed : errno = %d\n", errno); in start_io_thread()
H A Dubd_kern.c1140 io_pid = start_io_thread(stack + PAGE_SIZE, &thread_fd); in ubd_driver_init()
1544 /* Changed in start_io_thread, which is serialized by being called only

Completed in 5 milliseconds