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

/freebsd-10.3-release/sys/rpc/
H A Dclnt_dg.c155 int cu_sent; /* number of in-flight RPCs */ member in struct:cu_data
243 cu->cu_sent = 0;
461 while (cu->cu_sent >= cu->cu_cwnd) {
474 cu->cu_sent += CWNDSCALE;
501 cu->cu_sent -= CWNDSCALE;
517 cu->cu_sent -= CWNDSCALE;
526 cu->cu_sent -= CWNDSCALE;
540 cu->cu_sent -= CWNDSCALE;
570 cu->cu_sent -= CWNDSCALE;
682 cu->cu_sent
[all...]

Completed in 43 milliseconds