Lines Matching refs:ceil
97 struct psched_ratecfg ceil;
640 toks -= (s64) psched_l2t_ns(&cl->ceil, bytes);
651 * borrowing from "level". It accounts bytes to ceil leaky bucket for
1098 psched_ratecfg_getrate(&opt.ceil, &cl->ceil);
1109 if ((cl->ceil.rate_bytes_ps >= (1ULL << 32)) &&
1110 nla_put_u64_64bit(skb, TCA_HTB_CEIL64, cl->ceil.rate_bytes_ps,
1327 if (!hopt->rate.rate || !hopt->ceil.rate)
1335 if (hopt->ceil.linklayer == TC_LINKLAYER_UNAWARE)
1336 qdisc_put_rtab(qdisc_get_rtab(&hopt->ceil, tb[TCA_HTB_CTAB],
1456 psched_ratecfg_precompute(&cl->ceil, &hopt->ceil, ceil64);