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

/external/netperf/
H A Dnettest_sdp.c82 extern int first_burst_size;
2607 time, and no more than first_burst_size. we don't use <= to
2610 "first_burst_size" but for now we won't fix the names. also,
2611 I suspect the extra check against < first_burst_size is
2613 can never get larger than first_burst_size, but just at the
2616 while ((first_burst_size > 0) &&
2618 (requests_outstanding < first_burst_size)) {
2624 first_burst_size);
2695 if (request_cwnd < first_burst_size) {
2701 first_burst_size,
[all...]
H A Dnettest_bsd.c145 /* make first_burst_size unconditional so we can use it easily enough
148 int first_burst_size=0; variable
1236 fprintf(where," : first burst %d",first_burst_size);
5279 time, and no more than first_burst_size. we don't use <= to
5282 "first_burst_size" but for now we won't fix the names. also,
5283 I suspect the extra check against < first_burst_size is
5285 can never get larger than first_burst_size, but just at the
5288 while ((first_burst_size > 0) &&
5290 (requests_outstanding < first_burst_size)) {
5296 first_burst_size);
[all...]
H A Dnettest_sctp.c87 extern int first_burst_size;
2907 for (i = 0; i < first_burst_size; i++) {
3970 for (i = 0; i < first_burst_size; i++) {
4750 first_burst_size = atoi(optarg);

Completed in 57 milliseconds