io_thread          11 arch/um/drivers/ubd.h extern int io_thread(void *arg);
io_thread          50 arch/um/drivers/ubd_user.c 	pid = clone(io_thread, (void *) sp, CLONE_FILES | CLONE_VM, NULL);
io_thread         719 drivers/memstick/host/r592.c 	if (wake_up_process(dev->io_thread))
io_thread         778 drivers/memstick/host/r592.c 	dev->io_thread = kthread_run(r592_process_thread, dev, "r592_io");
io_thread         779 drivers/memstick/host/r592.c 	if (IS_ERR(dev->io_thread)) {
io_thread         780 drivers/memstick/host/r592.c 		error = PTR_ERR(dev->io_thread);
io_thread         806 drivers/memstick/host/r592.c 	kthread_stop(dev->io_thread);
io_thread         826 drivers/memstick/host/r592.c 	kthread_stop(dev->io_thread);
io_thread         140 drivers/memstick/host/r592.h 	struct task_struct *io_thread;