Home
last modified time | relevance | path

Searched refs:roundedS (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c437 qfq_slot_insert(struct qfq_group *grp, struct qfq_class *cl, uint64_t roundedS) in qfq_slot_insert() argument
439 uint64_t slot = (roundedS - grp->S) >> grp->slot_shift; in qfq_slot_insert()
493 qfq_slot_rotate(struct qfq_sched *q, struct qfq_group *grp, uint64_t roundedS) in qfq_slot_rotate() argument
495 unsigned int i = (grp->S - roundedS) >> grp->slot_shift; in qfq_slot_rotate()
533 uint64_t roundedS; in qfq_update_class() local
537 roundedS = qfq_round_down(cl->S, grp->slot_shift); in qfq_update_class()
538 if (roundedS == grp->S) in qfq_update_class()
542 qfq_slot_insert(grp, cl, roundedS); in qfq_update_class()
585 uint64_t roundedS = qfq_round_down(cl->S, grp->slot_shift); in qfq_dequeue() local
588 if (grp->S == roundedS) in qfq_dequeue()
[all …]