Home
last modified time | relevance | path

Searched refs:new_client_calls (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/net/rxrpc/
Dio_thread.c466 if (!list_empty(&local->new_client_calls)) in rxrpc_io_thread()
520 !list_empty(&local->new_client_calls) || in rxrpc_io_thread()
Dlocal_object.c137 INIT_LIST_HEAD(&local->new_client_calls); in rxrpc_alloc_local()
Dcall_object.c320 list_add_tail(&call->wait_link, &local->new_client_calls); in rxrpc_connect_call()
Dconn_client.c502 while ((call = list_first_entry_or_null(&local->new_client_calls, in rxrpc_connect_client_calls()
Dar-internal.h308 struct list_head new_client_calls; /* Newly created client calls need connection */ member