Searched refs:ewma (Results 1 – 5 of 5) sorted by relevance
8 struct ewma { struct14 extern void ewma_init(struct ewma *avg, unsigned long factor, argument17 extern struct ewma *ewma_add(struct ewma *avg, unsigned long val);25 static inline unsigned long ewma_read(const struct ewma *avg) in ewma_read()
36 void ewma_init(struct ewma *avg, unsigned long factor, unsigned long weight) in ewma_init()53 struct ewma *ewma_add(struct ewma *avg, unsigned long val) in ewma_add()
302 struct ewma avg_signal;
84 and ewma log need to be converted to the appropriate values.
1121 struct ewma ah_beacon_rssi_avg;