Home
last modified time | relevance | path

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

/linux/mm/damon/
H A Dcore.c3718 * @mvsum: Inferred sum of the last @len_window values.
3733 * given @mvsum and add @new_value.
3750 static unsigned int damon_moving_sum(unsigned int mvsum, unsigned int nomvsum,
3753 return mvsum - nomvsum / len_window + new_value;
3210 damon_moving_sum(unsigned int mvsum,unsigned int nomvsum,unsigned int len_window,unsigned int new_value) damon_moving_sum() argument