Home
last modified time | relevance | path

Searched refs:_avg (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ceph/
H A Ddebugfs.c162 s64 _total, _avg, _min, _max, _sq, _st; \
163 _avg = ktime_to_us(avg); \
171 name, total, _avg, _min, _max, _st); \
/linux/Documentation/driver-api/
H A Ddpll.rst203 curr\_avg = prev\_avg * \frac{2^N-1}{2^N} + new\_val * \frac{1}{2^N}
/linux/Documentation/hwmon/
H A Dlm93.rst291 prochot<n>_avg moving average #PROCHOT %
/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dmac.c26 #define CALC_AVG_RSSI(_avg, _sample) ((((_avg) * 9 + (_sample)) / 10)) argument