Searched refs:cong_ssthresh (Results 1 – 7 of 7) sorted by relevance
40 call->cong_ssthresh = umax(summary->in_flight / 2, 2); in rxrpc_congestion_management() 42 if (call->cong_cwnd >= call->cong_ssthresh && in rxrpc_congestion_management() 61 if (call->cong_cwnd >= call->cong_ssthresh) { in rxrpc_congestion_management() 104 call->cong_ssthresh = umax(summary->in_flight / 2, 2); in rxrpc_congestion_management() 105 call->cong_cwnd = call->cong_ssthresh + 3; in rxrpc_congestion_management() 126 call->cong_cwnd = call->cong_ssthresh; in rxrpc_congestion_management() 144 if (call->cong_cwnd < call->cong_ssthresh) in rxrpc_congestion_management() 197 call->cong_ssthresh = umax(call->cong_ssthresh, call->cong_cwnd * 3 / 4); in rxrpc_congestion_degrade()
438 call->cong_ssthresh = call->peer->cong_ssthresh; in rxrpc_activate_one_channel() 439 if (call->cong_cwnd >= call->cong_ssthresh) in rxrpc_activate_one_channel()
319 call->cong_ssthresh = call->peer->cong_ssthresh; in rxrpc_alloc_incoming_call()
239 peer->cong_ssthresh = RXRPC_TX_MAX_WINDOW; in rxrpc_alloc_peer()
303 peer->cong_ssthresh, in rxrpc_peer_seq_show()
175 call->cong_ssthresh = RXRPC_TX_MAX_WINDOW; in rxrpc_alloc_call()
1919 __entry->ssthresh = call->cong_ssthresh;