Searched refs:heap_init (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_sched_wf2q.c | 272 if (heap_init(&si->idle_heap, 16, ofs) || in wf2qp_new_sched() 273 heap_init(&si->sch_heap, 16, ofs) || in wf2qp_new_sched() 274 heap_init(&si->ne_heap, 16, ofs)) { in wf2qp_new_sched()
|
| H A D | dn_heap.h | 103 int heap_init(struct dn_heap *h, int size, int ofs);
|
| H A D | dn_heap.c | 112 heap_init(struct dn_heap *h, int size, int ofs) in heap_init() function
|
| H A D | ip_dummynet.c | 1971 heap_init(&dn_cfg.evheap, 16, offsetof(struct dn_id, id)); in dummynet_flush() 2545 heap_init(&dn_cfg.evheap, 16, offsetof(struct dn_id, id)); in ip_dn_init()
|
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | test_dn_heap.c | 146 heap_init(&h, n, -1); in main()
|