Searched refs:weight_prev_y (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c4155 int len, weight_prev_x, weight_prev_y; local
4255 weight_prev_x = weight_prev_y = weight_previous;
4275 weight_prev_y = sc->syninfo.weight_previous_na;
4293 weight_prev_y = imin(weight_prev_y,
4294 weight_len_squared * weight_prev_y / len);
4306 smoother_id, peer, len, weight_prev_x, weight_prev_y,
4317 weight_prev_y * smoother->avg_dy) /
4318 (weight_current + weight_prev_y);

Completed in 118 milliseconds