Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dip_dummynet.h101 #define DN_KEY_LEQ(a, b) ((int64_t)((a)-(b)) <= 0) macro
H A Dip_dummynet.c747 if (!DN_KEY_LEQ(pkt->dn_output_time, curr_time)) { in transmit_event()
765 schedule_time = pkt == NULL || DN_KEY_LEQ(pkt->dn_output_time, curr_time) ? in transmit_event()
943 if (DN_KEY_LEQ(q->S, p->V)) { in ready_event_wfq()
960 while (neh->elements > 0 && DN_KEY_LEQ(neh->p[0].key, p->V)) { in ready_event_wfq()
1056 while (h->elements > 0 && DN_KEY_LEQ(h->p[0].key, curr_time)) { in dummynet()