BW_METER_BUCKETS
x->bm_time_hash = BW_METER_BUCKETS;
(hash) %= BW_METER_BUCKETS; \
if (time_hash >= BW_METER_BUCKETS)
x->bm_time_hash = BW_METER_BUCKETS;
if (loops > BW_METER_BUCKETS)
loops = BW_METER_BUCKETS;
for (i = (now.tv_sec - loops) % BW_METER_BUCKETS; loops > 0; loops--) {
if (++i >= BW_METER_BUCKETS)
if (++time_hash >= BW_METER_BUCKETS)
static struct bw_meter *bw_meter_timers[BW_METER_BUCKETS];