Searched refs:waiting_calls (Results 1 – 2 of 2) sorted by relevance
90 INIT_LIST_HEAD(&bundle->waiting_calls); in rxrpc_alloc_bundle()407 struct rxrpc_call *call = list_entry(bundle->waiting_calls.next, in rxrpc_activate_one_channel()473 while (!list_empty(&bundle->waiting_calls)) { in rxrpc_activate_channels()508 list_move_tail(&call->wait_link, &bundle->waiting_calls); in rxrpc_connect_client_calls()615 if (may_reuse && !list_empty(&bundle->waiting_calls)) { in rxrpc_disconnect_client_call()
445 struct list_head waiting_calls; /* Calls waiting for channels */ member