Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dconn_client.c511 LIST_HEAD(new_client_calls); in rxrpc_connect_client_calls()
514 list_splice_tail_init(&local->new_client_calls, &new_client_calls); in rxrpc_connect_client_calls()
517 while ((call = list_first_entry_or_null(&new_client_calls, in rxrpc_connect_client_calls()
H A Dio_thread.c554 if (!list_empty(&local->new_client_calls)) in rxrpc_io_thread()
562 !list_empty(&local->new_client_calls) || in rxrpc_io_thread()
H A Dlocal_object.c148 INIT_LIST_HEAD(&local->new_client_calls); in rxrpc_alloc_local()
H A Dcall_object.c305 list_add_tail(&call->wait_link, &local->new_client_calls); in rxrpc_connect_call()
H A Dar-internal.h362 struct list_head new_client_calls; /* Newly created client calls need connection */ member