BW_METER_BUCKETS  253 netinet/ip_mroute.c static struct bw_meter *bw_meter_timers[BW_METER_BUCKETS];
BW_METER_BUCKETS 2479 netinet/ip_mroute.c 	x->bm_time_hash = BW_METER_BUCKETS;
BW_METER_BUCKETS 2762 netinet/ip_mroute.c 	(hash) %= BW_METER_BUCKETS;					\
BW_METER_BUCKETS 2805 netinet/ip_mroute.c 	if (time_hash >= BW_METER_BUCKETS)
BW_METER_BUCKETS 2822 netinet/ip_mroute.c 	x->bm_time_hash = BW_METER_BUCKETS;
BW_METER_BUCKETS 2850 netinet/ip_mroute.c 	if (loops > BW_METER_BUCKETS)
BW_METER_BUCKETS 2851 netinet/ip_mroute.c 		loops = BW_METER_BUCKETS;
BW_METER_BUCKETS 2859 netinet/ip_mroute.c 	for (i = (now.tv_sec - loops) % BW_METER_BUCKETS; loops > 0; loops--) {
BW_METER_BUCKETS 2862 netinet/ip_mroute.c 		if (++i >= BW_METER_BUCKETS)
BW_METER_BUCKETS 2890 netinet/ip_mroute.c 					if (++time_hash >= BW_METER_BUCKETS)