Searched refs:io_thread (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/arch/um/drivers/ |
H A D | ubd.h | 11 extern int io_thread(void *arg);
|
H A D | ubd_user.c | 43 pid = clone(io_thread, (void *) sp, CLONE_FILES | CLONE_VM, NULL); start_io_thread()
|
H A D | ubd_kern.c | 1475 int io_thread(void *arg) io_thread() function 1487 printk("io_thread - read failed, fd = %d, " io_thread() 1490 printk("io_thread - short read, fd = %d, " io_thread() 1500 printk("io_thread - write failed, fd = %d, err = %d\n", io_thread()
|
/linux-4.1.27/drivers/memstick/host/ |
H A D | r592.c | 723 if (wake_up_process(dev->io_thread)) r592_submit_req() 783 dev->io_thread = kthread_run(r592_process_thread, dev, "r592_io"); r592_probe() 784 if (IS_ERR(dev->io_thread)) { r592_probe() 785 error = PTR_ERR(dev->io_thread); r592_probe() 811 kthread_stop(dev->io_thread); r592_probe() 831 kthread_stop(dev->io_thread); r592_remove()
|
H A D | r592.h | 143 struct task_struct *io_thread; member in struct:r592_device
|
Completed in 182 milliseconds