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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c882 struct dn_heap *neh = &(p->not_eligible_heap) ; local
902 while ( p_numbytes >=0 && (sch->elements>0 || neh->elements >0) ) {
927 heap_insert(neh, q->S, q);
936 * we only need to look at neh.
938 if (sch->elements == 0 && neh->elements > 0)
939 p->V = MAX64 ( p->V, neh->p[0].key );
940 /* move from neh to sch any packets that have become eligible */
941 while (neh->elements > 0 && DN_KEY_LEQ(neh->p[0].key, p->V) ) {
942 struct dn_flow_queue *q = neh
[all...]

Completed in 18 milliseconds