Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_qfq.c534 uint64_t roundedS; in qfq_update_class() local
539 if (roundedS == grp->S) in qfq_update_class()
589 if (grp->S == roundedS) in qfq_dequeue()
591 grp->S = roundedS; in qfq_dequeue()
659 uint64_t roundedS; in qfq_enqueue() local
698 q->V = roundedS; in qfq_enqueue()
700 grp->S = roundedS; in qfq_enqueue()
718 uint64_t roundedS;
751 uint64_t roundedS;
780 if (grp->S != roundedS) {
[all …]