Home
last modified time | relevance | path

Searched refs:pps (Results 1 – 6 of 6) sorted by relevance

/net/netfilter/
Dxt_rateest.c29 pps1 = info->pps1 >= r->pps ? info->pps1 - r->pps : 0; in xt_rateest_mt()
32 pps1 = r->pps; in xt_rateest_mt()
44 pps2 = info->pps2 >= r->pps ? info->pps2 - r->pps : 0; in xt_rateest_mt()
47 pps2 = r->pps; in xt_rateest_mt()
DKconfig1120 destination address' or `500pps from any given source address'
/net/core/
Dgen_stats.c202 est.pps = r->pps; in gnet_stats_copy_rate_est()
206 d->tc_stats.pps = est.pps; in gnet_stats_copy_rate_est()
Dgen_estimator.c139 e->rate_est->pps = (e->avpps+0x1FF)>>10; in est_timer()
237 est->avpps = rate_est->pps<<10; in gen_new_estimator()
Dpktgen.c3163 __u64 bps, mbps, pps; in show_results() local
3176 pps = div64_u64(pkt_dev->sofar * NSEC_PER_SEC, in show_results()
3179 bps = pps * 8 * pkt_dev->cur_pkt_size; in show_results()
3184 (unsigned long long)pps, in show_results()
/net/ceph/
Dosdmap.c1541 struct ceph_pg pgid, u32 pps, int *osds) in pg_to_raw_osds() argument
1556 len = do_crush(osdmap, ruleno, pps, osds, in pg_to_raw_osds()
1610 static void apply_primary_affinity(struct ceph_osdmap *osdmap, u32 pps, in apply_primary_affinity() argument
1651 pps, osd) >> 16) >= aff) { in apply_primary_affinity()
1744 u32 pps; in ceph_calc_pg_acting() local
1755 pps = crush_hash32_2(CRUSH_HASH_RJENKINS1, in ceph_calc_pg_acting()
1766 pps = ceph_stable_mod(pgid.seed, pool->pgp_num, in ceph_calc_pg_acting()
1771 len = pg_to_raw_osds(osdmap, pool, pgid, pps, osds); in ceph_calc_pg_acting()
1779 apply_primary_affinity(osdmap, pps, pool, osds, len, primary); in ceph_calc_pg_acting()