Home
last modified time | relevance | path

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

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