Searched refs:io_thread_ready (Results 1 – 3 of 3) sorted by relevance
122 init_completion(&local->io_thread_ready); in rxrpc_alloc_local()234 wait_for_completion(&local->io_thread_ready); in rxrpc_open_socket()
431 complete(&local->io_thread_ready); in rxrpc_io_thread()
293 struct completion io_thread_ready; /* Indication that the I/O thread started */ member