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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_wf2q.c79 * sch_heap (key is Finish time) returns the next queue to serve
88 struct dn_heap sch_heap; /* top extract - key Finish time */ member in struct:wf2qp_si
164 if (si->ne_heap.elements == 0 && si->sch_heap.elements == 0)
170 * scheduled for the same pipe, so the sch_heap cannot be
172 * ne_heap. Otherwise, we store in the sch_heap.
173 * Note that for all flows in sch_heap (SCH), S_i <= V,
180 if (si->sch_heap.elements == 0)
184 heap_insert(&si->sch_heap, alg_fq->F, q);
197 struct dn_heap *sch = &si->sch_heap;
271 heap_init(&si->sch_heap, 1
[all...]

Completed in 97 milliseconds