Searched refs:cumulative_acks (Results 1 – 3 of 3) sorted by relevance
38 unsigned int cumulative_acks = call->cong_cumul_acks; in rxrpc_congestion_management() local54 cumulative_acks = 0; in rxrpc_congestion_management()58 cumulative_acks += summary->nr_new_acks; in rxrpc_congestion_management()59 if (cumulative_acks > 255) in rxrpc_congestion_management()60 cumulative_acks = 255; in rxrpc_congestion_management()64 summary->cumulative_acks = cumulative_acks; in rxrpc_congestion_management()71 if (summary->cumulative_acks > 0) in rxrpc_congestion_management()94 if (cumulative_acks >= cwnd) in rxrpc_congestion_management()157 cumulative_acks = 0; in rxrpc_congestion_management()162 call->cong_cumul_acks = cumulative_acks; in rxrpc_congestion_management()
749 u8 cumulative_acks; member
1593 __entry->sum.cumulative_acks,