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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.h137 struct dn_heap { struct
359 struct dn_heap scheduler_heap ; /* top extract - key Finish time*/
360 struct dn_heap not_eligible_heap; /* top extract- key Start time */
361 struct dn_heap idle_heap ; /* random extract - key Start=Finish time */
H A Dip_dummynet.c139 static struct dn_heap ready_heap, extract_heap, wfq_ready_heap ;
141 static int heap_init(struct dn_heap *h, int size) ;
142 static int heap_insert (struct dn_heap *h, dn_key key1, void *p);
143 static void heap_extract(struct dn_heap *h, void *obj);
234 heap_init(struct dn_heap *h, int new_size)
278 heap_insert(struct dn_heap *h, dn_key key1, void *p)
312 heap_extract(struct dn_heap *h, void *obj)
357 heap_move(struct dn_heap *h, dn_key new_key, void *object)
397 heapify(struct dn_heap *h)
409 heap_free(struct dn_heap *
[all...]

Completed in 30 milliseconds