Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dclnt_dg.c156 #define CWNDSCALE 256 macro
157 #define MAXCWND (32 * CWNDSCALE)
467 cu->cu_sent += CWNDSCALE; in clnt_dg_call()
494 cu->cu_sent -= CWNDSCALE; in clnt_dg_call()
510 cu->cu_sent -= CWNDSCALE; in clnt_dg_call()
519 cu->cu_sent -= CWNDSCALE; in clnt_dg_call()
533 cu->cu_sent -= CWNDSCALE; in clnt_dg_call()
563 cu->cu_sent -= CWNDSCALE; in clnt_dg_call()
581 cu->cu_cwnd += (CWNDSCALE * CWNDSCALE in clnt_dg_call()
651 if (cu->cu_cwnd < CWNDSCALE) in clnt_dg_call()
[all …]