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 */
644 /* slot->allot is a short, make sure quantum is not too big. */
645 if (ctl->quantum) {
646 unsigned int scaled = SFQ_ALLOT_SIZE(ctl->quantum);
661 if (ctl->quantum) {
662 q->quantum = ctl->quantum;
663 q->scaled_quantum = SFQ_ALLOT_SIZE(q->quantum);
759 q->quantum = psched_mtu(qdisc_dev(sch));
760 q->scaled_quantum = SFQ_ALLOT_SIZE(q->quantum);
799 opt.v0.quantum = q->quantum;