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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c141 * extract_heap contains pipes associated with delay lines.
144 static struct dn_heap ready_heap, extract_heap, wfq_ready_heap ; variable in typeref:struct:
180 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, extract_heap,
181 CTLFLAG_RD | CTLFLAG_LOCKED, &extract_heap.size, 0, "Size of extract heap");
760 heap_insert(&extract_heap, schedule_time, pipe);
1022 heaps[2] = &extract_heap ; /* delay line */
1900 heap_free(&extract_heap);
2248 heap_free(&extract_heap);
2310 /* remove reference to here from extract_heap and wfq_ready_heap */
2311 pipe_remove_from_heap(&extract_heap,
[all...]

Completed in 62 milliseconds