Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet/
H A Dip_dummynet.c1029 struct dn_heap *neh = &(p->not_eligible_heap); in ready_event_wfq() local
1049 while (p_numbytes >= 0 && (sch->elements > 0 || neh->elements > 0)) { in ready_event_wfq()
1074 heap_insert(neh, q->S, q, sizeof(struct dn_flow_queue)); in ready_event_wfq()
1086 if (sch->elements == 0 && neh->elements > 0) { in ready_event_wfq()
1087 p->V = MAX64( p->V, neh->p[0].key ); in ready_event_wfq()
1090 while (neh->elements > 0 && DN_KEY_LEQ(neh->p[0].key, p->V)) { in ready_event_wfq()
1091 struct dn_flow_queue *q = neh->p[0].object; in ready_event_wfq()
1092 heap_extract(neh, NULL, 0); in ready_event_wfq()
1101 if (sch->elements == 0 && neh->elements == 0 && p_numbytes >= 0 in ready_event_wfq()