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

/freebsd-10.0-release/sys/rpc/
H A Dclnt_dg.c158 int cu_sent; /* number of in-flight RPCs */ member in struct:cu_data
246 cu->cu_sent = 0;
464 while (cu->cu_sent >= cu->cu_cwnd) {
477 cu->cu_sent += CWNDSCALE;
504 cu->cu_sent -= CWNDSCALE;
520 cu->cu_sent -= CWNDSCALE;
529 cu->cu_sent -= CWNDSCALE;
543 cu->cu_sent -= CWNDSCALE;
573 cu->cu_sent -= CWNDSCALE;
685 cu->cu_sent
[all...]

Completed in 82 milliseconds