Home | Sort by: relevance | last modified time | path |
/src/dist/pf/sbin/pfctl/ | |
pfctl_altq.c | 431 double z, g, f, gton, gtom; local in function:cbq_compute_idletime 476 gton = pow(g, (double)maxburst); 478 maxidle = ((1.0 / f - 1.0) * ((1.0 - gton) / gton)); |
/src/usr.sbin/altq/libaltq/ | |
qop_cbq.c | 779 double gton; local in function:cbq_class_spec 833 gton = pow(g, (double)maxburst); 835 maxidle = ((1.0 / f - 1.0) * ((1.0 - gton) / gton)); |