Searched refs:io_thread (Results 1 – 4 of 4) 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 \
337 struct task_struct *io_thread; member1263 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()
Completed in 18 milliseconds