Searched refs:prev_growth (Results 1 – 2 of 2) sorted by relevance
119 u64 prev_growth; member
419 u64 prev_growth) in window_reset() argument 423 win->prev_growth = prev_growth; in window_reset() 446 * win->start_time get reset and win->prev_growth stores in window_update() 448 * win->prev_growth is then used to interpolate additional in window_update() 457 growth += div64_u64(win->prev_growth * remaining, win->size); in window_update()