Lines Matching defs:quantum
101 int quantum; /* but stored for parent-to-leaf return */
878 cl->leaf.deficit[level] += cl->quantum;
1100 opt.quantum = cl->quantum;
1462 u64 quantum = cl->rate.rate_bytes_ps;
1464 do_div(quantum, q->rate2quantum);
1465 cl->quantum = min_t(u64, quantum, INT_MAX);
1467 if (!hopt->quantum && cl->quantum < 1000) {
1469 cl->quantum = 1000;
1471 if (!hopt->quantum && cl->quantum > 200000) {
1473 cl->quantum = 200000;
1475 if (hopt->quantum)
1476 cl->quantum = hopt->quantum;
1488 pr_warn("HTB: quantum of class %X is %s. Consider r2q change.\n",