Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dip_dummynet.c147 static struct dn_heap ready_heap, extract_heap, wfq_ready_heap; variable
183 const caddr_t SYSCTL_EXTRACT_HEAP_ARG = __unsafe_forge_single(caddr_t, &extract_heap);
197 heap_size = extract_heap.size;
220 SYSCTL_PROC(_net_inet_ip_dummynet, OID_AUTO, extract_heap,
904 heap_insert(&extract_heap, schedule_time, pipe, sizeof(struct dn_pipe)); in transmit_event()
1173 heaps[2] = &extract_heap; /* delay line */ in dummynet()
2011 heap_free(&extract_heap); in dummynet_flush()
2354 heap_free(&extract_heap); in dummynet_drain()
2420 pipe_remove_from_heap(&extract_heap, b); in delete_pipe()
2858 extract_heap.p = NULL; in ip_dn_init()
[all …]