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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c148 static void heap_extract(struct dn_heap *h, void *obj);
621 heap_extract(struct dn_heap *h, void *obj) function
632 panic("dummynet: heap_extract from middle not supported on this heap!!!\n");
635 printf("dummynet: heap_extract, father %d out of bound 0..%d\n",
637 panic("dummynet: heap_extract");
910 heap_extract(sch, NULL); /* remove queue from heap */
943 heap_extract(neh, NULL);
1039 p = h->p[0].object ; /* store a copy before heap_extract */
1040 heap_extract(h, NULL); /* need to extract before processing */
1062 heap_extract(
[all...]

Completed in 21 milliseconds