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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.h340 * not_eligible_heap, for queues whose start time is higher
360 struct dn_heap not_eligible_heap; /* top extract- key Start time */ member in struct:dn_pipe
H A Dip_dummynet.c647 struct dn_heap *neh = &(p->not_eligible_heap) ;
686 * put flow in not_eligible_heap (we will fix this later).
1307 if (pipe->not_eligible_heap.elements == 0 &&
1316 * not_eligible_heap. Otherwise, we store in the scheduler_heap
1320 * and for all flows in not_eligible_heap (NEH), S_i > V .
1327 heap_insert(&(pipe->not_eligible_heap), q->S, q);
1437 heap_free( &(pipe->not_eligible_heap) );
1899 fs_remove_from_heap(&(b->pipe->not_eligible_heap), b);

Completed in 26 milliseconds