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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c136 * extract_heap contains pipes associated with delay lines.
139 static struct dn_heap ready_heap, extract_heap, wfq_ready_heap ; variable in typeref:struct:
160 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, extract_heap,
161 CTLFLAG_RD, &extract_heap.size, 0, "Size of extract heap");
525 heap_insert(&extract_heap, pkt->output_time, pipe);
775 heaps[2] = &extract_heap ; /* delay line */
1463 heap_free(&extract_heap);
1813 heap_free(&extract_heap);
1871 /* remove reference to here from extract_heap and wfq_ready_heap */
1872 pipe_remove_from_heap(&extract_heap,
[all...]

Completed in 16 milliseconds