Lines Matching full:ceil
97 struct psched_ratecfg ceil; member
676 toks -= (s64) psched_l2t_ns(&cl->ceil, bytes); in htb_accnt_ctokens()
691 * borrowing from "level". It accounts bytes to ceil leaky bucket for
1264 psched_ratecfg_getrate(&opt.ceil, &cl->ceil); in htb_dump_class()
1277 if ((cl->ceil.rate_bytes_ps >= (1ULL << 32)) && in htb_dump_class()
1278 nla_put_u64_64bit(skb, TCA_HTB_CEIL64, cl->ceil.rate_bytes_ps, in htb_dump_class()
1789 if (!hopt->rate.rate || !hopt->ceil.rate) in htb_change_class()
1794 if (hopt->rate.overhead || hopt->ceil.overhead) { in htb_change_class()
1798 if (hopt->rate.mpu || hopt->ceil.mpu) { in htb_change_class()
1809 if (hopt->ceil.linklayer == TC_LINKLAYER_UNAWARE) in htb_change_class()
1810 qdisc_put_rtab(qdisc_get_rtab(&hopt->ceil, tb[TCA_HTB_CTAB], in htb_change_class()
1896 .ceil = max_t(u64, hopt->ceil.rate, ceil64), in htb_change_class()
1918 .ceil = max_t(u64, hopt->ceil.rate, ceil64), in htb_change_class()
2001 .ceil = max_t(u64, hopt->ceil.rate, ceil64), in htb_change_class()
2021 psched_ratecfg_precompute(&cl->ceil, &hopt->ceil, ceil64); in htb_change_class()