Searched refs:len_window (Results 1 - 2 of 2) sorted by relevance

/linux-master/mm/damon/
H A Dcore.c1772 * @mvsum: Inferred sum of the last @len_window values.
1773 * @nomvsum: Non-moving sum of the last discrete @len_window window values.
1774 * @len_window: The number of last values to take care of.
1783 * assumed past value to drop from @nomvsum and @len_window. @nomvsum is a
1784 * non-moving sum of the last window. For example, if @len_window is 10 and we
1786 * values. Hence, this function simply drops @nomvsum / @len_window from
1789 * For example, if @len_window is 10 and @nomvsum is 50, the last 10 values for
1798 * for every @len_window aligned calls. For example, if @len_window is 10, the
1805 unsigned int len_window, unsigne
1804 damon_moving_sum(unsigned int mvsum, unsigned int nomvsum, unsigned int len_window, unsigned int new_value) argument
1824 unsigned int len_window = 1; local
[all...]
H A Dcore-test.h374 unsigned int mvsum = 50000, nomvsum = 50000, len_window = 10; local
381 mvsum = damon_moving_sum(mvsum, nomvsum, len_window,

Completed in 90 milliseconds