Searched refs:ne_heap (Results 1 – 3 of 3) sorted by relevance
90 struct dn_heap ne_heap; /* top extract - key Start time */ member166 if (si->ne_heap.elements == 0 && si->sch_heap.elements == 0) in wf2qp_enqueue()184 heap_insert(&si->ne_heap, alg_fq->S, q); in wf2qp_enqueue()200 struct dn_heap *neh = &si->ne_heap; in wf2qp_dequeue()276 heap_init(&si->ne_heap, 16, ofs)) { in wf2qp_new_sched()277 heap_free(&si->ne_heap); in wf2qp_new_sched()291 heap_free(&si->ne_heap); in wf2qp_free_sched()342 heap_extract(&si->ne_heap, q); in wf2qp_free_queue()
45 UINT16 ne_heap; // Initial heap allocation member