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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c647 struct dn_heap *neh = &(p->not_eligible_heap) ; local
666 while ( p->numbytes >=0 && (sch->elements>0 || neh->elements >0) ) {
691 heap_insert(neh, q->S, q);
700 * we only need to look at neh.
702 if (sch->elements == 0 && neh->elements > 0)
703 p->V = MAX64 ( p->V, neh->p[0].key );
704 /* move from neh to sch any packets that have become eligible */
705 while (neh->elements > 0 && DN_KEY_LEQ(neh->p[0].key, p->V) ) {
706 struct dn_flow_queue *q = neh
[all...]

Completed in 21 milliseconds