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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c142 static int heap_insert (struct dn_heap *h, dn_key key1, void *p);
278 heap_insert(struct dn_heap *h, dn_key key1, void *p) function
347 heap_insert(h, father, NULL); /* this one cannot fail */
402 heap_insert(h, i , NULL) ;
522 /* XXX should check errors on heap_insert, by draining the
525 heap_insert(&extract_heap, pkt->output_time, pipe);
618 heap_insert(&ready_heap, curr_time + t, (void *)q );
619 /* XXX should check errors on heap_insert, and drain the whole
682 heap_insert(&(p->idle_heap), q->F, q);
691 heap_insert(ne
[all...]

Completed in 8 milliseconds