Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dip_dummynet.c146 static int heap_insert(struct dn_heap *h, dn_key key1, void *p);
590 heap_insert(struct dn_heap *h, dn_key key1, void *p) in heap_insert() function
666 heap_insert(h, father, NULL); /* this one cannot fail */ in heap_extract()
680 heap_insert(h, i, NULL); in heapify()
777 heap_insert(&extract_heap, schedule_time, pipe); in transmit_event()
872 heap_insert(&ready_heap, curr_time + t, (void *)q ); in ready_event()
938 heap_insert(&(p->idle_heap), q->F, q); in ready_event_wfq()
947 heap_insert(neh, q->S, q); in ready_event_wfq()
949 heap_insert(sch, q->F, q); in ready_event_wfq()
966 heap_insert(sch, q->F, q); in ready_event_wfq()
[all …]
/xnu-8019.80.24/bsd/net/pktsched/
H A Dpktsched_netem.c600 static int heap_insert(struct heap *h, uint64_t k, pktsched_pkt_t *p);
719 heap_insert(struct heap *h, uint64_t key, pktsched_pkt_t *pkt) in heap_insert() function
794 heap_insert(h, parent, NULL); /* this one cannot fail */ in heap_extract()
1041 ret = heap_insert(ne->netem_heap, time_to_send, &pkt); in netem_enqueue()