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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.h342 * scheduler_heap, for queues eligible for scheduling. Sorted by
359 struct dn_heap scheduler_heap ; /* top extract - key Finish time*/ member in struct:dn_pipe
H A Dip_dummynet.c646 struct dn_heap *sch = &(p->scheduler_heap);
1308 pipe->scheduler_heap.elements == 0)
1314 * scheduled for the same pipe, so the scheduler_heap cannot be
1316 * not_eligible_heap. Otherwise, we store in the scheduler_heap
1319 * Note that for all flows in scheduler_heap (SCH), S_i <= V,
1325 if (pipe->scheduler_heap.elements == 0)
1329 heap_insert(&(pipe->scheduler_heap), q->F, q);
1331 if (pipe->scheduler_heap.elements != 1)
1436 heap_free( &(pipe->scheduler_heap) );
1900 fs_remove_from_heap(&(b->pipe->scheduler_heap),
[all...]

Completed in 26 milliseconds