Home
last modified time | relevance | path

Searched refs:growth (Results 1 – 1 of 1) sorted by relevance

/kernel/sched/
Dpsi.c468 u64 growth; in window_update() local
471 growth = value - win->start_value; in window_update()
480 window_reset(win, now, value, growth); in window_update()
485 growth += div64_u64(win->prev_growth * remaining, win->size); in window_update()
488 return growth; in window_update()
514 u64 growth; in update_triggers() local
529 growth = window_update(&t->win, now, total[t->state]); in update_triggers()
530 if (growth < t->threshold) in update_triggers()