Searched refs:io_thread (Results 1 – 5 of 5) sorted by relevance
11 extern int io_thread(void *arg);
50 pid = clone(io_thread, (void *) sp, CLONE_FILES | CLONE_VM, NULL); in start_io_thread()
1580 int io_thread(void *arg) in io_thread() function
719 if (wake_up_process(dev->io_thread)) in r592_submit_req()778 dev->io_thread = kthread_run(r592_process_thread, dev, "r592_io"); in r592_probe()779 if (IS_ERR(dev->io_thread)) { in r592_probe()780 error = PTR_ERR(dev->io_thread); in r592_probe()806 kthread_stop(dev->io_thread); in r592_probe()826 kthread_stop(dev->io_thread); in r592_remove()
140 struct task_struct *io_thread; member