Home
last modified time | relevance | path

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

/net/rxrpc/
A Dlocal_object.c167 struct task_struct *io_thread; in rxrpc_open_socket() local
224 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()
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()
A DMakefile21 io_thread.o \
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()

Completed in 18 milliseconds