Searched refs:heap_extract (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_sched_wf2q.c | 125 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 D | dn_heap.h | 105 void heap_extract(struct dn_heap *h, void *obj);
|
| H A D | dn_heap.c | 182 heap_extract(struct dn_heap *h, void *obj) in heap_extract() function
|
| H A D | ip_dn_io.c | 719 heap_extract(&dn_cfg.evheap, NULL); in dummynet_task()
|
| H A D | ip_dummynet.c | 555 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 D | test_dn_heap.c | 160 heap_extract(&h, NULL); in main()
|