Searched refs:sch_heap (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netpfil/ipfw/
H A Ddn_sched_wf2q.c81 * sch_heap (key is Finish time) returns the next queue to serve
90 struct dn_heap sch_heap; /* top extract - key Finish time */ member in struct:wf2qp_si
166 if (si->ne_heap.elements == 0 && si->sch_heap.elements == 0)
172 * scheduled for the same pipe, so the sch_heap cannot be
174 * ne_heap. Otherwise, we store in the sch_heap.
175 * Note that for all flows in sch_heap (SCH), S_i <= V,
182 if (si->sch_heap.elements == 0)
186 heap_insert(&si->sch_heap, alg_fq->F, q);
199 struct dn_heap *sch = &si->sch_heap;
273 heap_init(&si->sch_heap, 1
[all...]

Completed in 156 milliseconds