Home | History | Annotate | Download | only in netperf

Lines Matching refs:first_burst_size

82 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,
3427 first_burst_size = atoi(optarg);