Searched refs:rate64 (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/clk/rockchip/ |
| H A D | clk-pll.c | 173 u64 rate64 = prate; in rockchip_rk3036_pll_recalc_rate() local 177 rate64 *= cur.fbdiv; in rockchip_rk3036_pll_recalc_rate() 178 do_div(rate64, cur.refdiv); in rockchip_rk3036_pll_recalc_rate() 185 rate64 += frac_rate64 >> 24; in rockchip_rk3036_pll_recalc_rate() 188 do_div(rate64, cur.postdiv1); in rockchip_rk3036_pll_recalc_rate() 189 do_div(rate64, cur.postdiv2); in rockchip_rk3036_pll_recalc_rate() 191 return (unsigned long)rate64; in rockchip_rk3036_pll_recalc_rate() 412 u64 rate64 = prate; in rockchip_rk3066_pll_recalc_rate() local 424 rate64 *= cur.nf; in rockchip_rk3066_pll_recalc_rate() 425 do_div(rate64, cur.nr); in rockchip_rk3066_pll_recalc_rate() [all …]
|
| /linux/drivers/clk/x86/ |
| H A D | clk-cgu-pll.c | 28 u64 crate, frate, rate64; in lgm_pll_calc_rate() local 30 rate64 = prate; in lgm_pll_calc_rate() 31 crate = rate64 * mult; in lgm_pll_calc_rate() 32 frate = rate64 * frac; in lgm_pll_calc_rate()
|
| /linux/net/ipv4/ |
| H A D | tcp_nv.c | 245 u64 rate64; in tcpnv_acked() local 287 rate64 = ((u64)sample->in_flight) * 80000; in tcpnv_acked() 288 do_div(rate64, avg_rtt ?: 1); in tcpnv_acked() 289 rate = (u32)rate64; in tcpnv_acked()
|
| H A D | tcp.c | 399 u64 rate64 = 0; in tcp_compute_delivery_rate() local 402 rate64 = (u64)rate * tp->mss_cache * USEC_PER_SEC; in tcp_compute_delivery_rate() 403 do_div(rate64, intv); in tcp_compute_delivery_rate() 405 return rate64; in tcp_compute_delivery_rate() 4252 u64 rate64; in tcp_get_info() local 4263 rate64 = (rate != ~0UL) ? rate : ~0ULL; in tcp_get_info() 4264 info->tcpi_pacing_rate = rate64; in tcp_get_info() 4267 rate64 = (rate != ~0UL) ? rate : ~0ULL; in tcp_get_info() 4268 info->tcpi_max_pacing_rate = rate64; in tcp_get_info() 4355 rate64 = tcp_compute_delivery_rate(tp); in tcp_get_info() [all …]
|
| /linux/net/sched/ |
| H A D | sch_tbf.c | 370 u64 rate64 = 0, prate64 = 0; in tbf_change() 396 rate64 = nla_get_u64(tb[TCA_TBF_RATE64]); in tbf_change() 397 psched_ratecfg_precompute(&rate, &qopt->rate, rate64); in tbf_change() 369 u64 rate64 = 0, prate64 = 0; tbf_change() local
|
| H A D | act_police.c | 56 u64 rate64, prate64; in tcf_police_init() local 170 rate64 = nla_get_u64_default(tb[TCA_POLICE_RATE64], 0); in tcf_police_init() 171 psched_ratecfg_precompute(&new->rate, &R_tab->rate, rate64); in tcf_police_init()
|
| H A D | sch_htb.c | 1771 u64 rate64, ceil64; in htb_change_class() local 1814 rate64 = nla_get_u64_default(tb[TCA_HTB_RATE64], 0); in htb_change_class() 1896 .rate = max_t(u64, hopt->rate.rate, rate64), in htb_change_class() 1918 .rate = max_t(u64, hopt->rate.rate, rate64), in htb_change_class() 2000 .rate = max_t(u64, hopt->rate.rate, rate64), in htb_change_class() 2020 psched_ratecfg_precompute(&cl->rate, &hopt->rate, rate64); in htb_change_class()
|
| H A D | sch_generic.c | 1541 u64 rate64) in psched_ratecfg_precompute() 1546 r->rate_bytes_ps = max_t(u64, conf->rate, rate64); in psched_ratecfg_precompute() 1543 psched_ratecfg_precompute(struct psched_ratecfg * r,const struct tc_ratespec * conf,u64 rate64) psched_ratecfg_precompute() argument
|
| /linux/include/net/ |
| H A D | sch_generic.h | 1355 u64 rate64); in mini_qdisc_bstats_cpu_update()
|