Home
last modified time | relevance | path

Searched defs:ewma_add (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/lib/
Daverage.c54 struct ewma *ewma_add(struct ewma *avg, unsigned long val) in ewma_add() function
/linux-4.1.27/drivers/md/bcache/
Dutil.h444 #define ewma_add(ewma, val, weight, factor) \ macro