HomeSort by: relevance | last modified time | path
    Searched defs:cptime (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl_altq.c 430 double offtime, nsPerByte, ifnsPerByte, ptime, cptime; local in function:cbq_compute_idletime
446 cptime = ptime * (1.0 - f) / f;
464 if (cptime > 10.0 * 1000000)
484 offtime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom);
  /src/usr.sbin/altq/libaltq/
qop_cbq.c 775 lofftime, psPerByte, ptime, cptime; local in function:cbq_class_spec
801 cptime = ptime * (1.0 - f) / f;
804 if (cptime > 10.0 * PS_PER_MS)
844 lofftime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom);
846 lofftime = cptime;

Completed in 58 milliseconds