Home
last modified time | relevance | path

Searched refs:BW_METER_BUCKETS (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/net/ip_mroute/
HDip_mroute.c153 #define BW_METER_BUCKETS 1024 macro
154 static struct bw_meter *bw_meter_timers[BW_METER_BUCKETS];
2316 x->bm_time_hash = BW_METER_BUCKETS;
2602 (hash) %= BW_METER_BUCKETS; \
2654 if (time_hash >= BW_METER_BUCKETS)
2671 x->bm_time_hash = BW_METER_BUCKETS;
2700 if (loops > BW_METER_BUCKETS)
2701 loops = BW_METER_BUCKETS;
2708 for (i = (now.tv_sec - loops) % BW_METER_BUCKETS; loops > 0; loops--) {
2711 if (++i >= BW_METER_BUCKETS)
[all …]