Searched refs:heap_extract (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/netpfil/ipfw/ |
| HD | dn_sched_wf2q.c | 117 heap_extract(h, NULL); in idle_check() 152 heap_extract(&si->idle_heap, q); in wf2qp_enqueue() 229 heap_extract(neh, NULL); in wf2qp_dequeue() 238 heap_extract(sch, NULL); /* Remove queue from heap. */ in wf2qp_dequeue() 332 heap_extract(&si->idle_heap, q); in wf2qp_free_queue() 334 heap_extract(&si->ne_heap, q); in wf2qp_free_queue() 336 heap_extract(&si->sch_heap, q); in wf2qp_free_queue()
|
| HD | dn_heap.h | 103 void heap_extract(struct dn_heap *h, void *obj);
|
| HD | dn_heap.c | 180 heap_extract(struct dn_heap *h, void *obj) in heap_extract() function
|
| HD | ip_dn_io.c | 700 heap_extract(&dn_cfg.evheap, NULL); in dummynet_task()
|
| HD | ip_dummynet.c | 503 heap_extract(&dn_cfg.evheap, dl); in si_destroy() 506 heap_extract(&dn_cfg.evheap, si); in si_destroy()
|
| /NextBSD/sys/netpfil/ipfw/test/ |
| HD | test_dn_heap.c | 158 heap_extract(&h, NULL); in main()
|