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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c137 * ready_heap contains all dn_flow_queue related to fixed-rate pipes.
144 static struct dn_heap ready_heap, extract_heap, wfq_ready_heap ; variable in typeref:struct:dn_heap
178 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, ready_heap,
179 CTLFLAG_RD | CTLFLAG_LOCKED, &ready_heap.size, 0, "Size of ready heap");
853 heap_insert(&ready_heap, curr_time + t, (void *)q );
1020 heaps[0] = &ready_heap ; /* fixed-rate queues */
1711 * Fixed-rate queue: just insert into the ready_heap.
1720 heap_insert(&ready_heap, curr_time + t , q );
1819 * For the one in dn_pipe MUST also cleanup ready_heap...
1898 heap_free(&ready_heap);
[all...]

Completed in 11 milliseconds