MINSTREL_TRUNC     86 net/mac80211/rc80211_minstrel.c 		return MINSTREL_TRUNC(100000 * (MINSTREL_FRAC(90, 100) / usecs));
MINSTREL_TRUNC     88 net/mac80211/rc80211_minstrel.c 		return MINSTREL_TRUNC(100000 * (prob_ewma / usecs));
MINSTREL_TRUNC     94 net/mac80211/rc80211_minstrel_debugfs.c 		eprob = MINSTREL_TRUNC(mrs->prob_ewma * 1000);
MINSTREL_TRUNC    151 net/mac80211/rc80211_minstrel_debugfs.c 		eprob = MINSTREL_TRUNC(mrs->prob_ewma * 1000);
MINSTREL_TRUNC    340 net/mac80211/rc80211_minstrel_ht.c 	return MINSTREL_TRUNC(mi->avg_ampdu_len);
MINSTREL_TRUNC    369 net/mac80211/rc80211_minstrel_ht.c 		return MINSTREL_TRUNC(100000 * ((MINSTREL_FRAC(90, 100) * 1000)
MINSTREL_TRUNC    372 net/mac80211/rc80211_minstrel_ht.c 		return MINSTREL_TRUNC(100000 * ((prob_ewma * 1000) / nsecs));
MINSTREL_TRUNC    102 net/mac80211/rc80211_minstrel_ht_debugfs.c 		eprob = MINSTREL_TRUNC(mrs->prob_ewma * 1000);
MINSTREL_TRUNC    162 net/mac80211/rc80211_minstrel_ht_debugfs.c 			MINSTREL_TRUNC(mi->avg_ampdu_len),
MINSTREL_TRUNC    163 net/mac80211/rc80211_minstrel_ht_debugfs.c 			MINSTREL_TRUNC(mi->avg_ampdu_len * 10) % 10);
MINSTREL_TRUNC    247 net/mac80211/rc80211_minstrel_ht_debugfs.c 		eprob = MINSTREL_TRUNC(mrs->prob_ewma * 1000);
MINSTREL_TRUNC    263 net/mac80211/rc80211_minstrel_ht_debugfs.c 				MINSTREL_TRUNC(mi->avg_ampdu_len),
MINSTREL_TRUNC    264 net/mac80211/rc80211_minstrel_ht_debugfs.c 				MINSTREL_TRUNC(mi->avg_ampdu_len * 10) % 10);