Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_wf2q.c275 heap_free(&si->ne_heap); in wf2qp_new_sched()
276 heap_free(&si->sch_heap); in wf2qp_new_sched()
277 heap_free(&si->idle_heap); in wf2qp_new_sched()
288 heap_free(&si->sch_heap); in wf2qp_free_sched()
289 heap_free(&si->ne_heap); in wf2qp_free_sched()
290 heap_free(&si->idle_heap); in wf2qp_free_sched()
H A Ddn_heap.h106 void heap_free(struct dn_heap *h);
H A Ddn_heap.c311 heap_free(struct dn_heap *h) in heap_free() function
H A Dip_dummynet.c2586 heap_free(&dn_cfg.evheap); in ip_dn_destroy()