Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dio_thread.c30 struct task_struct *io_thread; in rxrpc_encap_rcv() local
36 io_thread = READ_ONCE(local->io_thread); in rxrpc_encap_rcv()
37 if (!io_thread) { in rxrpc_encap_rcv()
56 wake_up_process(io_thread); in rxrpc_encap_rcv()
599 WRITE_ONCE(local->io_thread, NULL); in rxrpc_io_thread()
H A Dar-internal.h337 struct task_struct *io_thread; member
1263 if (!local->io_thread) in rxrpc_wake_up_io_thread()
1265 wake_up_process(READ_ONCE(local->io_thread)); in rxrpc_wake_up_io_thread()
/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
/linux/arch/um/drivers/
H A Dubd_user.c50 err = os_run_helper_thread(td_out, io_thread, NULL); in start_io_thread()
H A Dubd_kern.c1497 void *io_thread(void *arg) in io_thread() function
/linux/include/linux/sched/
H A Dtask.h31 u32 io_thread:1; member
/linux/kernel/
H A Dfork.c2066 if (args->io_thread) in copy_process()
2595 .io_thread = 1, in create_io_thread()