Lines Matching refs:ceil
97 struct psched_ratecfg ceil; member
677 toks -= (s64) psched_l2t_ns(&cl->ceil, bytes); in htb_accnt_ctokens()
1273 psched_ratecfg_getrate(&opt.ceil, &cl->ceil); in htb_dump_class()
1286 if ((cl->ceil.rate_bytes_ps >= (1ULL << 32)) && in htb_dump_class()
1287 nla_put_u64_64bit(skb, TCA_HTB_CEIL64, cl->ceil.rate_bytes_ps, in htb_dump_class()
1800 if (!hopt->rate.rate || !hopt->ceil.rate) in htb_change_class()
1805 if (hopt->rate.overhead || hopt->ceil.overhead) { in htb_change_class()
1809 if (hopt->rate.mpu || hopt->ceil.mpu) { in htb_change_class()
1828 if (hopt->ceil.linklayer == TC_LINKLAYER_UNAWARE) in htb_change_class()
1829 qdisc_put_rtab(qdisc_get_rtab(&hopt->ceil, tb[TCA_HTB_CTAB], in htb_change_class()
1915 .ceil = max_t(u64, hopt->ceil.rate, ceil64), in htb_change_class()
1935 .ceil = max_t(u64, hopt->ceil.rate, ceil64), in htb_change_class()
2020 .ceil = max_t(u64, hopt->ceil.rate, ceil64), in htb_change_class()
2038 psched_ratecfg_precompute(&cl->ceil, &hopt->ceil, ceil64); in htb_change_class()