Home
last modified time | relevance | path

Searched refs:evheap (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_dn_io.c580 heap_insert(&V_dn_cfg.evheap, pkt->output_time, dline); in transmit_event()
664 heap_insert(&V_dn_cfg.evheap, now + t, si); in serve_sched()
738 if (V_dn_cfg.evheap.elements == 0 || in dummynet_task()
739 DN_KEY_LT(V_dn_cfg.curr_time, HEAP_TOP(&V_dn_cfg.evheap)->key)) in dummynet_task()
741 p = HEAP_TOP(&V_dn_cfg.evheap)->object; in dummynet_task()
742 heap_extract(&V_dn_cfg.evheap, NULL); in dummynet_task()
H A Dip_dn_private.h116 struct dn_heap evheap; /* scheduled events */ member
H A Dip_dummynet.c579 heap_extract(&V_dn_cfg.evheap, dl); in si_destroy()
582 heap_extract(&V_dn_cfg.evheap, si); in si_destroy()
1992 heap_init(&V_dn_cfg.evheap, 16, offsetof(struct dn_id, id)); in dummynet_flush()
2595 heap_init(&V_dn_cfg.evheap, 16, offsetof(struct dn_id, id)); in ip_dn_vnet_init()
2615 heap_free(&V_dn_cfg.evheap); in ip_dn_vnet_destroy()
H A Ddummynet.txt140 evheap if they have events to be processed.