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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c76 * 000106: large rewrite, use heaps to handle very many pipes.
135 * Three heaps contain queues and pipes that the scheduler handles:
1013 struct dn_heap *heaps[3]; local
1020 heaps[0] = &ready_heap ; /* fixed-rate queues */
1021 heaps[1] = &wfq_ready_heap ; /* wfq queues */
1022 heaps[2] = &extract_heap ; /* delay line */
1034 h = heaps[i];
1067 /* check the heaps to see if there's still stuff in there, and
1072 h = heaps[i];
1880 * Delete all pipes and heaps returnin
[all...]

Completed in 26 milliseconds