Home
last modified time | relevance | path

Searched refs:io_thread_ready (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/rxrpc/
H A Dlocal_object.c122 init_completion(&local->io_thread_ready); in rxrpc_alloc_local()
234 wait_for_completion(&local->io_thread_ready); in rxrpc_open_socket()
H A Dio_thread.c431 complete(&local->io_thread_ready); in rxrpc_io_thread()
H A Dar-internal.h293 struct completion io_thread_ready; /* Indication that the I/O thread started */ member