Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dtc_cbq.c45 int ewma_log, unsigned minburst) in tc_cbq_calc_offtime() argument
50 if (minburst == 0) in tc_cbq_calc_offtime()
52 if (minburst == 1) in tc_cbq_calc_offtime()
53 offtime *= pow(g, -(double)minburst) - 1; in tc_cbq_calc_offtime()
55 offtime *= 1 + (pow(g, -(double)(minburst-1)) - 1)/(1-g); in tc_cbq_calc_offtime()
Dtc_cbq.h7 int ewma_log, unsigned minburst);
Dq_cbq.c194 unsigned minburst=0, maxburst=0; in cbq_parse_class_opt() local
227 if (get_u32(&minburst, *argv, 0)) { in cbq_parse_class_opt()
403 lss.offtime = tc_cbq_calc_offtime(bndw, r.rate, lss.avpkt, ewma_log, minburst); in cbq_parse_class_opt()