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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c139 * wfq_ready_heap contains the pipes associated with WF2Q flows
144 static struct dn_heap ready_heap, extract_heap, wfq_ready_heap ; variable in typeref:struct:
981 heap_insert(&wfq_ready_heap, curr_time + t, (void *)p);
1021 heaps[1] = &wfq_ready_heap ; /* wfq queues */
1899 heap_free(&wfq_ready_heap);
2247 heap_free(&wfq_ready_heap);
2310 /* remove reference to here from extract_heap and wfq_ready_heap */
2312 pipe_remove_from_heap(&wfq_ready_heap, b);
2584 wfq_ready_heap.size = wfq_ready_heap
[all...]

Completed in 16 milliseconds