Home
last modified time | relevance | path

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

/NextBSD/sys/netpfil/ipfw/
HDdn_sched_wf2q.c117 heap_extract(h, NULL); in idle_check()
152 heap_extract(&si->idle_heap, q); in wf2qp_enqueue()
229 heap_extract(neh, NULL); in wf2qp_dequeue()
238 heap_extract(sch, NULL); /* Remove queue from heap. */ in wf2qp_dequeue()
332 heap_extract(&si->idle_heap, q); in wf2qp_free_queue()
334 heap_extract(&si->ne_heap, q); in wf2qp_free_queue()
336 heap_extract(&si->sch_heap, q); in wf2qp_free_queue()
HDdn_heap.h103 void heap_extract(struct dn_heap *h, void *obj);
HDdn_heap.c180 heap_extract(struct dn_heap *h, void *obj) in heap_extract() function
HDip_dn_io.c700 heap_extract(&dn_cfg.evheap, NULL); in dummynet_task()
HDip_dummynet.c503 heap_extract(&dn_cfg.evheap, dl); in si_destroy()
506 heap_extract(&dn_cfg.evheap, si); in si_destroy()
/NextBSD/sys/netpfil/ipfw/test/
HDtest_dn_heap.c158 heap_extract(&h, NULL); in main()