Searched refs:io_thread (Results 1 – 2 of 2) sorted by relevance
718 if (wake_up_process(dev->io_thread)) in r592_submit_req()779 dev->io_thread = kthread_run(r592_process_thread, dev, "r592_io"); in r592_probe()780 if (IS_ERR(dev->io_thread)) { in r592_probe()781 error = PTR_ERR(dev->io_thread); in r592_probe()809 kthread_stop(dev->io_thread); in r592_probe()829 kthread_stop(dev->io_thread); in r592_remove()
140 struct task_struct *io_thread; member
Completed in 6 milliseconds