Lines Matching refs:ceil
97 struct psched_ratecfg ceil;
676 toks -= (s64) psched_l2t_ns(&cl->ceil, bytes);
691 * borrowing from "level". It accounts bytes to ceil leaky bucket for
1272 psched_ratecfg_getrate(&opt.ceil, &cl->ceil);
1285 if ((cl->ceil.rate_bytes_ps >= (1ULL << 32)) &&
1286 nla_put_u64_64bit(skb, TCA_HTB_CEIL64, cl->ceil.rate_bytes_ps,
1801 if (!hopt->rate.rate || !hopt->ceil.rate)
1806 if (hopt->rate.overhead || hopt->ceil.overhead) {
1810 if (hopt->rate.mpu || hopt->ceil.mpu) {
1821 if (hopt->ceil.linklayer == TC_LINKLAYER_UNAWARE)
1822 qdisc_put_rtab(qdisc_get_rtab(&hopt->ceil, tb[TCA_HTB_CTAB],
1908 .ceil = max_t(u64, hopt->ceil.rate, ceil64),
1930 .ceil = max_t(u64, hopt->ceil.rate, ceil64),
2017 .ceil = max_t(u64, hopt->ceil.rate, ceil64),
2037 psched_ratecfg_precompute(&cl->ceil, &hopt->ceil, ceil64);