Lines Matching defs:minburst
175 u_int minburst = 0; /* 0 means default */
246 } else if (EQUAL(*argv, "minburst")) {
249 minburst = strtoul(*argv, NULL, 0);
300 maxdelay, maxburst, minburst,
329 u_int maxdelay, u_int maxburst, u_int minburst,
370 maxdelay, maxburst, minburst,
386 maxdelay, maxburst, minburst, av_pkt_size,
406 u_int maxdelay, u_int maxburst, u_int minburst,
419 maxdelay, maxburst, minburst,
524 u_int maxdelay, u_int maxburst, u_int minburst,
591 cbq_clinfo->minburst = minburst;
599 bandwidth, maxdelay, maxburst, minburst,
672 u_int maxdelay, u_int maxburst, u_int minburst,
716 cbq_clinfo->minburst = minburst;
724 bandwidth, maxdelay, maxburst, minburst,
770 u_int minburst, u_int av_pkt_size, u_int max_pkt_size,
809 if (minburst == 0) /* use default */
810 minburst = 2;
811 if (minburst > maxburst)
812 minburst = maxburst;
817 "cbq_flowspec: maxburst=%d,minburst=%d,pkt_size=%d",
818 maxburst, minburst, av_pkt_size);
834 gtom = pow(g, (double)(minburst-1));
843 if (minburst)