Home
last modified time | relevance | path

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

/openbmc/linux/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
H A Dubd_kern.c1140 io_pid = start_io_thread(stack + PAGE_SIZE, &thread_fd); in ubd_driver_init()