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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c134 * wfq_ready_heap contains the pipes associated with WF2Q flows
139 static struct dn_heap ready_heap, extract_heap, wfq_ready_heap ; variable in typeref:struct:
745 heap_insert(&wfq_ready_heap, curr_time + t, (void *)p);
774 heaps[1] = &wfq_ready_heap ; /* wfq queues */
1462 heap_free(&wfq_ready_heap);
1812 heap_free(&wfq_ready_heap);
1871 /* remove reference to here from extract_heap and wfq_ready_heap */
1873 pipe_remove_from_heap(&wfq_ready_heap, b);
2100 wfq_ready_heap.size = wfq_ready_heap
[all...]

Completed in 12 milliseconds