Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_mroute.c209 #define BW_METER_BUCKETS 1024 macro
765 bzero(V_bw_meter_timers, BW_METER_BUCKETS * sizeof(*V_bw_meter_timers)); in X_ip_mrouter_done()
1826 x->bm_time_hash = BW_METER_BUCKETS; in add_bw_upcall()
2113 (hash) %= BW_METER_BUCKETS; \
2166 if (time_hash >= BW_METER_BUCKETS) in unschedule_bw_meter()
2183 x->bm_time_hash = BW_METER_BUCKETS; in unschedule_bw_meter()
2208 if (loops > BW_METER_BUCKETS) in bw_meter_process()
2209 loops = BW_METER_BUCKETS; in bw_meter_process()
2220 if (++i >= BW_METER_BUCKETS) in bw_meter_process()
2245 if (++time_hash >= BW_METER_BUCKETS) in bw_meter_process()
[all …]