Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dip_dummynet.c905 struct dn_heap *neh = &(p->not_eligible_heap); in ready_event_wfq() local
925 while (p_numbytes >= 0 && (sch->elements > 0 || neh->elements > 0)) { in ready_event_wfq()
950 heap_insert(neh, q->S, q); in ready_event_wfq()
962 if (sch->elements == 0 && neh->elements > 0) { in ready_event_wfq()
963 p->V = MAX64( p->V, neh->p[0].key ); in ready_event_wfq()
966 while (neh->elements > 0 && DN_KEY_LEQ(neh->p[0].key, p->V)) { in ready_event_wfq()
967 struct dn_flow_queue *q = neh->p[0].object; in ready_event_wfq()
968 heap_extract(neh, NULL); in ready_event_wfq()
977 if (sch->elements == 0 && neh->elements == 0 && p_numbytes >= 0 in ready_event_wfq()