Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dip_dummynet.c150 static int heap_insert(struct dn_heap *h, dn_key key1, void *__sized_by_or_null(size)p, size_t size…
722 heap_insert(struct dn_heap *h, dn_key key1, void *__sized_by_or_null(obj_size)object, size_t obj_si… in heap_insert() function
794 heap_insert(h, father, NULL, 0); /* this one cannot fail */ in heap_extract()
808 heap_insert(h, i, NULL, 0); in heapify()
904 heap_insert(&extract_heap, schedule_time, pipe, sizeof(struct dn_pipe)); in transmit_event()
999 heap_insert(&ready_heap, curr_time + t, q, sizeof(struct dn_flow_queue)); in ready_event()
1065 heap_insert(&(p->idle_heap), q->F, q, sizeof(struct dn_flow_queue)); in ready_event_wfq()
1074 heap_insert(neh, q->S, q, sizeof(struct dn_flow_queue)); in ready_event_wfq()
1076 heap_insert(sch, q->F, q, sizeof(struct dn_flow_queue)); in ready_event_wfq()
1093 heap_insert(sch, q->F, q, sizeof(struct dn_flow_queue)); in ready_event_wfq()
[all …]
/xnu-12377.1.9/bsd/net/pktsched/
H A Dpktsched_netem.c698 static int heap_insert(struct heap *h, uint64_t k, pktsched_pkt_t *p);
832 heap_insert(struct heap *h, uint64_t key, pktsched_pkt_t *pkt) in heap_insert() function
906 heap_insert(h, parent, NULL); /* this one cannot fail */ in heap_extract()
1122 ret = heap_insert(ne->netem_heap, abs_time_to_send, &pkt); in nlc_enqueue()