Lines Matching refs:ceil
97 struct psched_ratecfg ceil; member
670 toks -= (s64) psched_l2t_ns(&cl->ceil, bytes); in htb_accnt_ctokens()
1283 psched_ratecfg_getrate(&opt.ceil, &cl->ceil); in htb_dump_class()
1296 if ((cl->ceil.rate_bytes_ps >= (1ULL << 32)) && in htb_dump_class()
1297 nla_put_u64_64bit(skb, TCA_HTB_CEIL64, cl->ceil.rate_bytes_ps, in htb_dump_class()
1803 if (!hopt->rate.rate || !hopt->ceil.rate) in htb_change_class()
1811 if (hopt->ceil.linklayer == TC_LINKLAYER_UNAWARE) in htb_change_class()
1812 qdisc_put_rtab(qdisc_get_rtab(&hopt->ceil, tb[TCA_HTB_CTAB], in htb_change_class()
1895 .ceil = max_t(u64, hopt->ceil.rate, ceil64), in htb_change_class()
1915 .ceil = max_t(u64, hopt->ceil.rate, ceil64), in htb_change_class()
1999 .ceil = max_t(u64, hopt->ceil.rate, ceil64), in htb_change_class()
2017 psched_ratecfg_precompute(&cl->ceil, &hopt->ceil, ceil64); in htb_change_class()