Home
last modified time | relevance | path

Searched refs:ceil64 (Results 1 – 1 of 1) sorted by relevance

/net/sched/
Dsch_htb.c1307 u64 rate64, ceil64; in htb_change_class() local
1452 ceil64 = tb[TCA_HTB_CEIL64] ? nla_get_u64(tb[TCA_HTB_CEIL64]) : 0; in htb_change_class()
1455 psched_ratecfg_precompute(&cl->ceil, &hopt->ceil, ceil64); in htb_change_class()