Lines Matching defs:quantum
123 unsigned short scaled_quantum; /* SFQ_ALLOT_SIZE(quantum) */
142 unsigned int quantum; /* Allotment per round: MUST BE >= MTU */
458 /* We could use a bigger initial quantum for new flows */
641 /* slot->allot is a short, make sure quantum is not too big. */
642 if (ctl->quantum) {
643 unsigned int scaled = SFQ_ALLOT_SIZE(ctl->quantum);
658 if (ctl->quantum) {
659 q->quantum = ctl->quantum;
660 q->scaled_quantum = SFQ_ALLOT_SIZE(q->quantum);
756 q->quantum = psched_mtu(qdisc_dev(sch));
757 q->scaled_quantum = SFQ_ALLOT_SIZE(q->quantum);
796 opt.v0.quantum = q->quantum;