Searched refs:heap_insert (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/sys/net/dummynet/ |
H A D | ip_dummynet.c | 191 static int heap_insert(struct dn_heap *, dn_key, void *); 279 heap_insert(struct dn_heap *h, dn_key key1, void *p) in heap_insert() function 353 heap_insert(h, father, NULL); /* This one cannot fail */ in heap_extract() 367 heap_insert(h, i , NULL); in heapify() 422 heap_insert(&extract_heap, pkt->output_time, pipe); in transmit_event() 508 heap_insert(&ready_heap, curr_time + t, q); in ready_event() 560 heap_insert(&p->idle_heap, q->F, q); in ready_event_wfq() 569 heap_insert(neh, q->S, q); in ready_event_wfq() 571 heap_insert(sch, q->F, q); in ready_event_wfq() 591 heap_insert(sch, q->F, q); in ready_event_wfq() [all …]
|
/dflybsd-src/sys/net/dummynet3/ |
H A D | ip_dummynet3.c | 210 static int heap_insert(struct dn_heap *, dn_key, void *); 298 heap_insert(struct dn_heap *h, dn_key key1, void *p) in heap_insert() function 372 heap_insert(h, father, NULL); /* This one cannot fail */ in heap_extract() 386 heap_insert(h, i , NULL); in heapify() 441 heap_insert(&extract_heap, pkt->output_time, pipe); in transmit_event() 527 heap_insert(&ready_heap, curr_time + t, q); in ready_event() 579 heap_insert(&p->idle_heap, q->F, q); in ready_event_wfq() 588 heap_insert(neh, q->S, q); in ready_event_wfq() 590 heap_insert(sch, q->F, q); in ready_event_wfq() 610 heap_insert(sch, q->F, q); in ready_event_wfq() [all …]
|
/dflybsd-src/lib/libc/isc/ |
H A D | ev_timers.c | 219 if (heap_insert(ctx->timers, id) < 0) in evSetTimer()
|