Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpsi_types.h119 u64 prev_growth; member
/linux/kernel/sched/
H A Dpsi.c419 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()