Searched refs:heap_extract (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/netpfil/ipfw/ |
| H A D | dn_sched_wf2q.c | 124 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 D | dn_heap.h | 103 bool heap_extract(struct dn_heap *h, void *obj);
|
| H A D | dn_heap.c | 178 heap_extract(struct dn_heap *h, void *obj) in heap_extract() function
|
| H A D | ip_dn_io.c | 747 heap_extract(&V_dn_cfg.evheap, NULL); in dummynet_task()
|
| H A D | ip_dummynet.c | 579 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 D | test_dn_heap.c | 157 heap_extract(&h, NULL); in main()
|