Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dclnt_dg.c152 int cu_sent; /* number of in-flight RPCs */ member
241 cu->cu_sent = 0; in clnt_dg_create()
454 while (cu->cu_sent >= cu->cu_cwnd) { in clnt_dg_call()
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()
675 cu->cu_sent += CWNDSCALE; in clnt_dg_call()
[all …]