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

  /src/usr.sbin/altq/libaltq/
qop_cbq.c 775 lofftime, psPerByte, ptime, cptime; local in function:cbq_class_spec
844 lofftime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom);
846 lofftime = cptime;
849 LOG(LOG_DEBUG, 0, " lofftime=%.2f us minidle=%.2f us",
850 PSEC_TO_USEC(lofftime), PSEC_TO_USEC(minidle));
854 /* also scale lofftime and minidle */
855 lofftime = (lofftime * 8.0) / psPerByte * pow(2, RM_FILTER_GAIN);
859 lofftime = lofftime / 1000.0
    [all...]
qop_cbq.c 775 lofftime, psPerByte, ptime, cptime; local in function:cbq_class_spec
844 lofftime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom);
846 lofftime = cptime;
849 LOG(LOG_DEBUG, 0, " lofftime=%.2f us minidle=%.2f us",
850 PSEC_TO_USEC(lofftime), PSEC_TO_USEC(minidle));
854 /* also scale lofftime and minidle */
855 lofftime = (lofftime * 8.0) / psPerByte * pow(2, RM_FILTER_GAIN);
859 lofftime = lofftime / 1000.0
    [all...]
qop_cbq.c 775 lofftime, psPerByte, ptime, cptime; local in function:cbq_class_spec
844 lofftime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom);
846 lofftime = cptime;
849 LOG(LOG_DEBUG, 0, " lofftime=%.2f us minidle=%.2f us",
850 PSEC_TO_USEC(lofftime), PSEC_TO_USEC(minidle));
854 /* also scale lofftime and minidle */
855 lofftime = (lofftime * 8.0) / psPerByte * pow(2, RM_FILTER_GAIN);
859 lofftime = lofftime / 1000.0
    [all...]

Completed in 33 milliseconds