Home
last modified time | relevance | path

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

/linux/arch/um/drivers/
H A Dubd.h12 int start_io_thread(struct os_helper_thread **td_out, int *fd_out);
H A Dubd_user.c28 int start_io_thread(struct os_helper_thread **td_out, 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()
H A Dubd_kern.c1117 err = start_io_thread(&io_td, &thread_fd); in ubd_driver_init()
1489 /* Changed in start_io_thread, which is serialized by being called only