Home
last modified time | relevance | path

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

/linux/drivers/atm/
H A Didt77252.h189 struct rate_estimator { struct
190 struct timer_list timer;
191 unsigned int interval;
192 unsigned int ewma_log;
193 u64 cells;
194 u64 last_cells;
218 struct rate_estimator *estimator; argument