Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dip_dummynet.c148 static int heap_insert(struct dn_heap *h, dn_key key1, void *p);
589 heap_insert(struct dn_heap *h, dn_key key1, void *p) in heap_insert() function
665 heap_insert(h, father, NULL); /* this one cannot fail */ in heap_extract()
679 heap_insert(h, i, NULL); in heapify()
774 heap_insert(&extract_heap, schedule_time, pipe); in transmit_event()
869 heap_insert(&ready_heap, curr_time + t, (void *)q ); in ready_event()
935 heap_insert(&(p->idle_heap), q->F, q); in ready_event_wfq()
944 heap_insert(neh, q->S, q); in ready_event_wfq()
946 heap_insert(sch, q->F, q); in ready_event_wfq()
963 heap_insert(sch, q->F, q); in ready_event_wfq()
[all …]
/xnu-8020.121.3/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()