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

  /src/sys/altq/
altq_rio.h 99 int th_max_s; /* th_max scaled by avgshift */ member in struct:rio::dropprec_state
altq_rio.c 275 * th_min_s and th_max_s are scaled versions of th_min
279 prec->th_max_s = prec->th_max << (rp->rio_wshift + FP_SHIFT);
384 if (avg >= prec->th_max_s) {

Completed in 14 milliseconds