Home
last modified time | relevance | path

Searched refs:cumulative_acks (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/rxrpc/
H A Dinput.c44 unsigned int cumulative_acks = call->cong_cumul_acks; in rxrpc_congestion_management() local
60 cumulative_acks = 0; in rxrpc_congestion_management()
64 cumulative_acks += summary->nr_new_acks; in rxrpc_congestion_management()
65 cumulative_acks += summary->nr_rot_new_acks; in rxrpc_congestion_management()
66 if (cumulative_acks > 255) in rxrpc_congestion_management()
67 cumulative_acks = 255; in rxrpc_congestion_management()
72 summary->cumulative_acks = cumulative_acks; in rxrpc_congestion_management()
79 if (summary->cumulative_acks > 0) in rxrpc_congestion_management()
102 if (cumulative_acks > in rxrpc_congestion_management()
[all...]
H A Dar-internal.h697 u8 cumulative_acks; member
/kernel/linux/linux-6.6/net/rxrpc/
H A Dinput.c27 unsigned int cumulative_acks = call->cong_cumul_acks; in rxrpc_congestion_management() local
43 cumulative_acks = 0; in rxrpc_congestion_management()
47 cumulative_acks += summary->nr_new_acks; in rxrpc_congestion_management()
48 if (cumulative_acks > 255) in rxrpc_congestion_management()
49 cumulative_acks = 255; in rxrpc_congestion_management()
53 summary->cumulative_acks = cumulative_acks; in rxrpc_congestion_management()
60 if (summary->cumulative_acks > 0) in rxrpc_congestion_management()
83 if (cumulative_acks >= cwnd) in rxrpc_congestion_management()
146 cumulative_acks in rxrpc_congestion_management()
[all...]
H A Dar-internal.h749 u8 cumulative_acks; member
/kernel/linux/linux-5.10/include/trace/events/
H A Drxrpc.h1314 __entry->sum.cumulative_acks,
/kernel/linux/linux-6.6/include/trace/events/
H A Drxrpc.h1566 __entry->sum.cumulative_acks,

Completed in 11 milliseconds