Searched refs:old_raw_weight (Results 1 – 1 of 1) sorted by relevance
393 unsigned int old_raw_weight; member458 .old_raw_weight = 0,785 if (sc->sc_knobs.old_raw_weight <= UATP_MAX_WEIGHT) in uatp_old_raw_weight()786 return sc->sc_knobs.old_raw_weight; in uatp_old_raw_weight()1079 if (!uatp_setup_sysctl_knob(sc, &sc->sc_knobs.old_raw_weight, in uatp_setup_sysctl()2591 unsigned int old_raw_weight = uatp_old_raw_weight(sc); in smooth() local2594 CHECK_(old_raw_weight <= UATP_MAX_WEIGHT); in smooth()2600 return (((old_raw_weight * old_raw) + in smooth()2603 / (old_raw_weight + old_smoothed_weight + new_raw_weight)); in smooth()