Home
last modified time | relevance | path

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

/Linux-v6.6/net/rxrpc/
Dlocal_object.c111 init_completion(&local->io_thread_ready); in rxrpc_alloc_local()
223 wait_for_completion(&local->io_thread_ready); in rxrpc_open_socket()
Dio_thread.c425 complete(&local->io_thread_ready); in rxrpc_io_thread()
Dar-internal.h285 struct completion io_thread_ready; /* Indication that the I/O thread started */ member