Lines Matching full:quantum
135 unsigned int quantum; /* Allotment per round: MUST BE >= MTU */ member
451 /* We could use a bigger initial quantum for new flows */ in sfq_enqueue()
452 slot->allot = q->quantum; in sfq_enqueue()
489 slot->allot += q->quantum; in sfq_dequeue()
591 slot->allot = q->quantum; in sfq_rehash()
635 unsigned int quantum; in sfq_change() local
652 if ((int)ctl->quantum < 0) { in sfq_change()
653 NL_SET_ERR_MSG_MOD(extack, "invalid quantum"); in sfq_change()
673 quantum = q->quantum; in sfq_change()
677 if (ctl->quantum) in sfq_change()
678 quantum = ctl->quantum; in sfq_change()
718 q->quantum = quantum; in sfq_change()
790 q->quantum = psched_mtu(qdisc_dev(sch)); in sfq_init()
829 opt.v0.quantum = q->quantum; in sfq_dump()