Searched refs:io_thread (Results 1 – 10 of 10) sorted by relevance
167 struct task_struct *io_thread; in rxrpc_open_socket() local224 io_thread = kthread_run(rxrpc_io_thread, local, in rxrpc_open_socket()226 if (IS_ERR(io_thread)) { in rxrpc_open_socket()227 ret = PTR_ERR(io_thread); in rxrpc_open_socket()232 WRITE_ONCE(local->io_thread, io_thread); in rxrpc_open_socket()409 kthread_stop(local->io_thread); in rxrpc_unuse_local()
30 struct task_struct *io_thread; in rxrpc_encap_rcv() local36 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()
21 io_thread.o \
718 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()
140 struct task_struct *io_thread; member
13 void *io_thread(void *arg);
50 err = os_run_helper_thread(td_out, io_thread, NULL); in start_io_thread()
1497 void *io_thread(void *arg) in io_thread() function
31 u32 io_thread:1; member
2018 if (args->io_thread) in copy_process()2549 .io_thread = 1, in create_io_thread()