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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c76 * 000106: large rewrite, use heaps to handle very many pipes.
130 * Three heaps contain queues and pipes that the scheduler handles:
767 struct dn_heap *heaps[3]; local
773 heaps[0] = &ready_heap ; /* fixed-rate queues */
774 heaps[1] = &wfq_ready_heap ; /* wfq queues */
775 heaps[2] = &extract_heap ; /* delay line */
787 h = heaps[i];
818 /* check the heaps to see if there's still stuff in there, and
823 h = heaps[i];
1442 * Delete all pipes and heaps returnin
[all...]

Completed in 25 milliseconds