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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.c846 realtime = (cl->cl_e <= cur_time);
1216 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul);
1225 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul);
1459 p->cl_e <= cl->cl_e) {
1465 if (cl->cl_e < p->cl_e) {
1492 if (p == NULL || cl->cl_e <= p->cl_e)
1498 if (last->cl_e <
[all...]
H A Dpktsched_hfsc.h254 u_int64_t cl_e; /* eligible time */ member in struct:hfsc_class

Completed in 72 milliseconds