Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c533 uint64_t roundedS; in qfq_update_class() local
538 if (roundedS == grp->S) in qfq_update_class()
588 if (grp->S == roundedS) in qfq_dequeue()
590 grp->S = roundedS; in qfq_dequeue()
658 uint64_t roundedS; in qfq_enqueue() local
697 q->V = roundedS; in qfq_enqueue()
699 grp->S = roundedS; in qfq_enqueue()
717 uint64_t roundedS;
750 uint64_t roundedS;
779 if (grp->S != roundedS) {
[all …]