Home
last modified time | relevance | path

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

/openbmc/linux/net/rxrpc/
H A Dlocal_object.c167 struct task_struct *io_thread; in rxrpc_open_socket() local
227 io_thread = kthread_run(rxrpc_io_thread, local, in rxrpc_open_socket()
229 if (IS_ERR(io_thread)) { in rxrpc_open_socket()
230 ret = PTR_ERR(io_thread); in rxrpc_open_socket()
235 local->io_thread = io_thread; in rxrpc_open_socket()
412 kthread_stop(local->io_thread); in rxrpc_unuse_local()
H A DMakefile20 io_thread.o \
H A Dar-internal.h292 struct task_struct *io_thread; member
1069 wake_up_process(local->io_thread); in rxrpc_wake_up_io_thread()
H A Dio_thread.c557 local->io_thread = NULL; in rxrpc_io_thread()
/openbmc/linux/arch/um/drivers/
H A Dubd.h11 extern int io_thread(void *arg);
H A Dubd_user.c50 pid = clone(io_thread, (void *) sp, CLONE_FILES | CLONE_VM, NULL); in start_io_thread()
H A Dubd_kern.c1540 int io_thread(void *arg) in io_thread() function
/openbmc/linux/drivers/memstick/host/
H A Dr592.c718 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()
H A Dr592.h140 struct task_struct *io_thread; member
/openbmc/linux/include/linux/sched/
H A Dtask.h29 u32 io_thread:1; member
/openbmc/qemu/system/
H A Dcpus.c411 static QemuThread io_thread; variable
425 qemu_thread_get_self(&io_thread); in qemu_init_cpu_loop()
/openbmc/linux/kernel/
H A Dfork.c2341 if (args->io_thread) in copy_process()
2853 .io_thread = 1, in create_io_thread()