Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_wf2q.c125 heap_extract(h, NULL); in idle_check()
160 heap_extract(&si->idle_heap, q); in wf2qp_enqueue()
237 heap_extract(neh, NULL); in wf2qp_dequeue()
246 heap_extract(sch, NULL); /* Remove queue from heap. */ in wf2qp_dequeue()
340 heap_extract(&si->idle_heap, q); in wf2qp_free_queue()
342 heap_extract(&si->ne_heap, q); in wf2qp_free_queue()
344 heap_extract(&si->sch_heap, q); in wf2qp_free_queue()
H A Ddn_heap.h105 void heap_extract(struct dn_heap *h, void *obj);
H A Ddn_heap.c182 heap_extract(struct dn_heap *h, void *obj) in heap_extract() function
H A Dip_dn_io.c719 heap_extract(&dn_cfg.evheap, NULL); in dummynet_task()
H A Dip_dummynet.c555 heap_extract(&dn_cfg.evheap, dl); in si_destroy()
558 heap_extract(&dn_cfg.evheap, si); in si_destroy()
/f-stack/freebsd/netpfil/ipfw/test/
H A Dtest_dn_heap.c160 heap_extract(&h, NULL); in main()