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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.h102 #define DN_KEY_LEQ(a,b) ((int64_t)((a)-(b)) <= 0) macro
H A Dip_dummynet.c736 if (!DN_KEY_LEQ(pkt->dn_output_time, curr_time))
751 schedule_time = pkt == NULL || DN_KEY_LEQ(pkt->dn_output_time, curr_time) ?
926 if (DN_KEY_LEQ(q->S, p->V))
941 while (neh->elements > 0 && DN_KEY_LEQ(neh->p[0].key, p->V) ) {
1035 while (h->elements > 0 && DN_KEY_LEQ(h->p[0].key, curr_time) ) {

Completed in 24 milliseconds