Searched refs:growth (Results 1 – 1 of 1) sorted by relevance
512 u64 growth; in window_update() local515 growth = value - win->start_value; in window_update()524 window_reset(win, now, value, growth); in window_update()529 growth += div64_u64(win->prev_growth * remaining, win->size); in window_update()532 return growth; in window_update()558 u64 growth; in update_triggers() local573 growth = window_update(&t->win, now, total[t->state]); in update_triggers()574 if (growth < t->threshold) in update_triggers()