Searched refs:start_io_thread (Results 1 – 3 of 3) sorted by relevance
12 int start_io_thread(struct os_helper_thread **td_out, int *fd_out);
28 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()
1117 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