Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dip_dummynet.c902 struct dn_heap *neh = &(p->not_eligible_heap); in ready_event_wfq() local
922 while (p_numbytes >= 0 && (sch->elements > 0 || neh->elements > 0)) { in ready_event_wfq()
947 heap_insert(neh, q->S, q); in ready_event_wfq()
959 if (sch->elements == 0 && neh->elements > 0) { in ready_event_wfq()
960 p->V = MAX64( p->V, neh->p[0].key ); in ready_event_wfq()
963 while (neh->elements > 0 && DN_KEY_LEQ(neh->p[0].key, p->V)) { in ready_event_wfq()
964 struct dn_flow_queue *q = neh->p[0].object; in ready_event_wfq()
965 heap_extract(neh, NULL); in ready_event_wfq()
974 if (sch->elements == 0 && neh->elements == 0 && p_numbytes >= 0 in ready_event_wfq()