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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c143 static void heap_extract(struct dn_heap *h, void *obj);
312 heap_extract(struct dn_heap *h, void *obj) function
323 panic("dummynet: heap_extract from middle not supported on this heap!!!\n");
326 printf("dummynet: heap_extract, father %d out of bound 0..%d\n",
328 panic("dummynet: heap_extract");
674 heap_extract(sch, NULL); /* remove queue from heap */
707 heap_extract(neh, NULL);
792 p = h->p[0].object ; /* store a copy before heap_extract */
793 heap_extract(h, NULL); /* need to extract before processing */
813 heap_extract(
[all...]

Completed in 21 milliseconds