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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c132 * ready_heap contains all dn_flow_queue related to fixed-rate pipes.
139 static struct dn_heap ready_heap, extract_heap, wfq_ready_heap ; variable in typeref:struct:dn_heap
158 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, ready_heap,
159 CTLFLAG_RD, &ready_heap.size, 0, "Size of ready heap");
618 heap_insert(&ready_heap, curr_time + t, (void *)q );
773 heaps[0] = &ready_heap ; /* fixed-rate queues */
1278 * Fixed-rate queue: just insert into the ready_heap.
1287 heap_insert(&ready_heap, curr_time + t , q );
1381 * For the one in dn_pipe MUST also cleanup ready_heap...
1461 heap_free(&ready_heap);
[all...]

Completed in 10 milliseconds