Home
last modified time | relevance | path

Searched refs:heap_extract (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_wf2q.c124 heap_extract(h, NULL); in idle_check()
159 if (! heap_extract(&si->idle_heap, q)) in wf2qp_enqueue()
237 heap_extract(neh, NULL); in wf2qp_dequeue()
248 heap_extract(sch, NULL); /* Remove queue from heap. */ in wf2qp_dequeue()
341 heap_extract(&si->idle_heap, q); in wf2qp_free_queue()
342 heap_extract(&si->ne_heap, q); in wf2qp_free_queue()
343 heap_extract(&si->sch_heap, q); in wf2qp_free_queue()
H A Ddn_heap.h103 bool heap_extract(struct dn_heap *h, void *obj);
H A Ddn_heap.c178 heap_extract(struct dn_heap *h, void *obj) in heap_extract() function
H A Dip_dn_io.c747 heap_extract(&V_dn_cfg.evheap, NULL); in dummynet_task()
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()
/freebsd/sys/netpfil/ipfw/test/
H A Dtest_dn_heap.c157 heap_extract(&h, NULL); in main()