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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c646 struct dn_heap *sch = &(p->scheduler_heap); local
666 while ( p->numbytes >=0 && (sch->elements>0 || neh->elements >0) ) {
667 if (sch->elements > 0) { /* have some eligible pkts to send out */
668 struct dn_flow_queue *q = sch->p[0].object ;
674 heap_extract(sch, NULL); /* remove queue from heap */
693 heap_insert(sch, q->F, q);
697 * now compute V = max(V, min(S_i)). Remember that all elements in sch
698 * have by definition S_i <= V so if sch is not empty, V is surely
699 * the max and we must not update it. Conversely, if sch is empty
702 if (sch
[all...]

Completed in 80 milliseconds