Lines Matching refs:quantum
101 int quantum; /* but stored for parent-to-leaf return */ member
917 cl->leaf.deficit[level] += cl->quantum; in htb_dequeue_tree()
1268 opt.quantum = cl->quantum; in htb_dump_class()
1801 if (hopt->quantum) { in htb_change_class()
2032 u64 quantum = cl->rate.rate_bytes_ps; in htb_change_class() local
2034 do_div(quantum, q->rate2quantum); in htb_change_class()
2035 cl->quantum = min_t(u64, quantum, INT_MAX); in htb_change_class()
2037 if (!hopt->quantum && cl->quantum < 1000) { in htb_change_class()
2039 cl->quantum = 1000; in htb_change_class()
2041 if (!hopt->quantum && cl->quantum > 200000) { in htb_change_class()
2043 cl->quantum = 200000; in htb_change_class()
2045 if (hopt->quantum) in htb_change_class()
2046 cl->quantum = hopt->quantum; in htb_change_class()