Searched refs:avg (Results 1 - 9 of 9) sorted by relevance

/include/linux/
H A Daverage.h14 extern void ewma_init(struct ewma *avg, unsigned long factor,
17 extern struct ewma *ewma_add(struct ewma *avg, unsigned long val);
21 * @avg: Average structure
23 * Returns the average value held in @avg.
25 static inline unsigned long ewma_read(const struct ewma *avg) argument
27 return avg->internal >> avg->factor;
H A Duwb.h812 int min, max, avg; local
815 min = max = avg = 0;
819 avg = stats->sigma / samples;
821 return scnprintf(buf, PAGE_SIZE, "%d %d %d\n", min, max, avg);
H A Dsched.h1150 struct sched_avg avg; member in struct:sched_entity
/include/uapi/linux/netfilter/
H A Dxt_limit.h14 __u32 avg; /* Average secs between packets * scale */ member in struct:xt_rateinfo
H A Dxt_hashlimit.h29 __u32 avg; /* Average secs between packets * scale */ member in struct:hashlimit_cfg
53 __u32 avg; /* Average secs between packets * scale */ member in struct:hashlimit_cfg1
/include/uapi/linux/netfilter_bridge/
H A Debt_limit.h15 __u32 avg; /* Average secs between packets * scale */ member in struct:ebt_limit_info
/include/linux/mfd/pcf50633/
H A Dadc.h67 pcf50633_adc_async_read(struct pcf50633 *pcf, int mux, int avg,
71 pcf50633_adc_sync_read(struct pcf50633 *pcf, int mux, int avg);
/include/linux/i2c/
H A Dtwl4030-madc.h28 u8 avg; member in struct:twl4030_madc_conversion_method
/include/linux/mlx5/
H A Ddriver.h221 struct dentry *avg; member in struct:mlx5_cmd_stats

Completed in 4795 milliseconds