Searched refs:heap_insert (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/netpfil/ipfw/ |
| H A D | dn_sched_wf2q.c | 184 heap_insert(&si->ne_heap, alg_fq->S, q); in wf2qp_enqueue() 186 heap_insert(&si->sch_heap, alg_fq->F, q); in wf2qp_enqueue() 238 heap_insert(sch, alg_fq->F, q); in wf2qp_dequeue() 252 heap_insert(&si->idle_heap, alg_fq->F, q); in wf2qp_dequeue() 258 heap_insert(sch, alg_fq->F, q); in wf2qp_dequeue() 260 heap_insert(neh, alg_fq->S, q); in wf2qp_dequeue()
|
| H A D | dn_heap.c | 142 heap_insert(struct dn_heap *h, uint64_t key1, void *p) in heap_insert() function 223 heap_insert(h, father, NULL); in heap_extract() 283 heap_insert(h, i , NULL); in heapify()
|
| H A D | dn_heap.h | 102 int heap_insert(struct dn_heap *h, uint64_t key1, void *p);
|
| H A D | ip_dn_io.c | 560 heap_insert(&V_dn_cfg.evheap, pkt->output_time, dline); in transmit_event() 644 heap_insert(&V_dn_cfg.evheap, now + t, si); in serve_sched()
|
| /freebsd-14.2/sys/netpfil/ipfw/test/ |
| H A D | test_dn_heap.c | 148 heap_insert(&h, n3 ? n-i: random(), (void *)(100+i)); in main()
|
| /freebsd-14.2/lib/libc/isc/ |
| H A D | ev_timers.c | 225 if (heap_insert(ctx->timers, id) < 0) in evSetTimer()
|
| /freebsd-14.2/ |
| H A D | ObsoleteFiles.inc | 17296 OLD_FILES+=usr/share/man/man3/heap_insert.3.gz
|