Home
last modified time | relevance | path

Searched refs:io_thread (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/um/drivers/
Dubd.h11 extern int io_thread(void *arg);
Dubd_user.c50 pid = clone(io_thread, (void *) sp, CLONE_FILES | CLONE_VM, NULL); in start_io_thread()
Dubd_kern.c1615 int io_thread(void *arg) in io_thread() function
/kernel/linux/linux-5.10/drivers/memstick/host/
Dr592.c719 if (wake_up_process(dev->io_thread)) in r592_submit_req()
780 dev->io_thread = kthread_run(r592_process_thread, dev, "r592_io"); in r592_probe()
781 if (IS_ERR(dev->io_thread)) { in r592_probe()
782 error = PTR_ERR(dev->io_thread); in r592_probe()
810 kthread_stop(dev->io_thread); in r592_probe()
830 kthread_stop(dev->io_thread); in r592_remove()
Dr592.h140 struct task_struct *io_thread; member
/kernel/linux/linux-5.10/include/linux/sched/
Dtask.h34 int io_thread; member
/kernel/linux/linux-5.10/kernel/
Dfork.c1972 if (args->io_thread) { in copy_process()
2469 .io_thread = 1, in create_io_thread()