Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_wf2q.c200 struct dn_heap *neh = &si->ne_heap; in wf2qp_dequeue() local
203 if (sch->elements == 0 && neh->elements == 0) { in wf2qp_dequeue()
230 if (sch->elements == 0 && neh->elements > 0) { in wf2qp_dequeue()
231 si->V = MAX64(si->V, HEAP_TOP(neh)->key); in wf2qp_dequeue()
233 while (neh->elements > 0 && in wf2qp_dequeue()
234 DN_KEY_LEQ(HEAP_TOP(neh)->key, si->V)) { in wf2qp_dequeue()
235 q = HEAP_TOP(neh)->object; in wf2qp_dequeue()
237 heap_extract(neh, NULL); in wf2qp_dequeue()
258 heap_insert(neh, alg_fq->S, q); in wf2qp_dequeue()