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

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dresperf.c142 static int n_buckets; variable
165 * be less than than (n_buckets - 1) if the traffic sending
181 /* Pointer to array of n_buckets ramp_bucket structures */
358 isc_mem_put(mctx, buckets, n_buckets * sizeof(ramp_bucket));
366 int i = (int) ((n_buckets * sent_at) / traffic_time);
373 if (i > n_buckets - 1)
374 i = n_buckets - 1;
637 n_buckets = (traffic_time + bucket_interval - 1) / bucket_interval;
638 buckets = init_buckets(n_buckets);
724 (n_buckets * (doubl
[all...]

Completed in 8 milliseconds