Searched refs:rate64 (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/drivers/clk/rockchip/ |
H A D | clk-pll.c | 134 u64 nf, nr, no, rate64 = prate; rockchip_rk3066_pll_recalc_rate() local 151 rate64 *= (nf + 1); rockchip_rk3066_pll_recalc_rate() 152 do_div(rate64, nr + 1); rockchip_rk3066_pll_recalc_rate() 153 do_div(rate64, no + 1); rockchip_rk3066_pll_recalc_rate() 155 return (unsigned long)rate64; rockchip_rk3066_pll_recalc_rate()
|
/linux-4.1.27/net/sched/ |
H A D | sch_tbf.c | 323 u64 rate64 = 0, prate64 = 0; tbf_change() local 346 rate64 = nla_get_u64(tb[TCA_TBF_RATE64]); tbf_change() 347 psched_ratecfg_precompute(&rate, &qopt->rate, rate64); tbf_change()
|
H A D | sch_generic.c | 960 u64 rate64) psched_ratecfg_precompute() 964 r->rate_bytes_ps = max_t(u64, conf->rate, rate64); psched_ratecfg_precompute() 958 psched_ratecfg_precompute(struct psched_ratecfg *r, const struct tc_ratespec *conf, u64 rate64) psched_ratecfg_precompute() argument
|
H A D | sch_htb.c | 1345 u64 rate64, ceil64; htb_change_class() local 1481 rate64 = tb[TCA_HTB_RATE64] ? nla_get_u64(tb[TCA_HTB_RATE64]) : 0; htb_change_class() 1485 psched_ratecfg_precompute(&cl->rate, &hopt->rate, rate64); htb_change_class()
|
/linux-4.1.27/net/ipv4/ |
H A D | tcp.c | 2607 u64 rate64; tcp_get_info() local 2670 rate64 = rate != ~0U ? rate : ~0ULL; tcp_get_info() 2671 put_unaligned(rate64, &info->tcpi_pacing_rate); tcp_get_info() 2674 rate64 = rate != ~0U ? rate : ~0ULL; tcp_get_info() 2675 put_unaligned(rate64, &info->tcpi_max_pacing_rate); tcp_get_info()
|
/linux-4.1.27/include/net/ |
H A D | sch_generic.h | 789 u64 rate64);
|
Completed in 136 milliseconds