Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dip_dummynet.c899 struct dn_heap *neh = &(p->not_eligible_heap); in ready_event_wfq() local
919 while (p_numbytes >= 0 && (sch->elements > 0 || neh->elements > 0)) { in ready_event_wfq()
944 heap_insert(neh, q->S, q); in ready_event_wfq()
956 if (sch->elements == 0 && neh->elements > 0) { in ready_event_wfq()
957 p->V = MAX64( p->V, neh->p[0].key ); in ready_event_wfq()
960 while (neh->elements > 0 && DN_KEY_LEQ(neh->p[0].key, p->V)) { in ready_event_wfq()
961 struct dn_flow_queue *q = neh->p[0].object; in ready_event_wfq()
962 heap_extract(neh, NULL); in ready_event_wfq()
971 if (sch->elements == 0 && neh->elements == 0 && p_numbytes >= 0 in ready_event_wfq()