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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c147 static int heap_insert (struct dn_heap *h, dn_key key1, void *p);
587 heap_insert(struct dn_heap *h, dn_key key1, void *p) function
656 heap_insert(h, father, NULL); /* this one cannot fail */
670 heap_insert(h, i , NULL) ;
757 /* XXX should check errors on heap_insert, by draining the
760 heap_insert(&extract_heap, schedule_time, pipe);
853 heap_insert(&ready_heap, curr_time + t, (void *)q );
854 /* XXX should check errors on heap_insert, and drain the whole
918 heap_insert(&(p->idle_heap), q->F, q);
927 heap_insert(ne
[all...]

Completed in 18 milliseconds