Searched refs:bps (Results 1 – 7 of 7) sorted by relevance
| /net/netfilter/ |
| A D | xt_rateest.c | 25 bps1 = info->bps1 >= sample.bps ? info->bps1 - sample.bps : 0; in xt_rateest_mt() 28 bps1 = sample.bps; in xt_rateest_mt() 39 bps2 = info->bps2 >= sample.bps ? info->bps2 - sample.bps : 0; in xt_rateest_mt() 42 bps2 = sample.bps; in xt_rateest_mt()
|
| /net/mac80211/ |
| A D | airtime.c | 19 #define MCS_N_KSYMS(bps) DIV_ROUND_UP(MCS_NBITS << 10, (bps)) argument 31 #define MCS_DURATION(streams, sgi, bps) \ argument 34 #define MCS_DURATION_S(shift, streams, sgi, bps) \ argument 35 ((u16)((MCS_DURATION(streams, sgi, bps) >> shift))) 52 #define HE_DURATION(streams, gi, bps) \ argument 55 #define HE_DURATION_S(shift, streams, gi, bps) \ argument 56 (HE_DURATION(streams, gi, bps) >> shift) 63 #define EHT_DURATION(streams, gi, bps) \ argument 64 HE_DURATION(streams, gi, bps) 65 #define EHT_DURATION_S(shift, streams, gi, bps) \ argument [all …]
|
| A D | rc80211_minstrel_ht.c | 26 #define MCS_NSYMS(bps) DIV_ROUND_UP(MCS_NBITS, (bps)) argument 36 #define MCS_DURATION(streams, sgi, bps) \ argument 37 (MCS_SYMBOL_TIME(sgi, MCS_NSYMS((streams) * (bps))) / AVG_AMPDU_SIZE)
|
| /net/core/ |
| A D | gen_stats.c | 317 est.bps = min_t(u64, UINT_MAX, sample.bps); in gnet_stats_copy_rate_est() 322 d->tc_stats.bps = est.bps; in gnet_stats_copy_rate_est() 329 if (res < 0 || est.bps == sample.bps) in gnet_stats_copy_rate_est()
|
| A D | gen_estimator.c | 271 sample->bps = est->avbps >> 8; in gen_estimator_read()
|
| A D | pktgen.c | 3343 __u64 bps, mbps, pps; in show_results() local 3363 bps = 0; in show_results() 3366 bps += entry->size * entry->count_so_far; in show_results() 3368 bps = div64_u64(bps * 8 * NSEC_PER_SEC, ktime_to_ns(elapsed)); in show_results() 3370 bps = pps * 8 * pkt_dev->cur_pkt_size; in show_results() 3373 mbps = bps; in show_results() 3378 (unsigned long long)bps, in show_results()
|
| /net/sched/ |
| A D | act_police.c | 265 sample.bps >= p->tcfp_ewma_rate) in tcf_police_act()
|
Completed in 21 milliseconds