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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_wf2q.c80 * ne_heap (key is Start time) stores not-eligible queues
89 struct dn_heap ne_heap; /* top extract - key Start time */ member in struct:wf2qp_si
164 if (si->ne_heap.elements == 0 && si->sch_heap.elements == 0)
172 * ne_heap. Otherwise, we store in the sch_heap.
174 * and for all flows in ne_heap (NEH), S_i > V.
182 heap_insert(&si->ne_heap, alg_fq->S, q);
198 struct dn_heap *neh = &si->ne_heap;
272 heap_init(&si->ne_heap, 16, ofs)) {
273 heap_free(&si->ne_heap);
287 heap_free(&si->ne_heap);
[all...]
/freebsd-11-stable/stand/efi/include/amd64/
H A Dpe.h46 UINT16 ne_heap; // Initial heap allocation member in struct:_IMAGE_OS2_HEADER
/freebsd-11-stable/stand/efi/include/i386/
H A Dpe.h46 UINT16 ne_heap; // Initial heap allocation member in struct:_IMAGE_OS2_HEADER

Completed in 66 milliseconds