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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.h282 struct runtime_sc cl_eligible; /* eligible curve */ member in struct:hfsc_class
H A Dpktsched_hfsc.c540 rtsc_init(&cl->cl_eligible, &cl->cl_rsc, 0, 0);
1115 rtsc_init(&cl->cl_eligible, isc, 0, 0);
1209 cl->cl_eligible = cl->cl_deadline;
1211 cl->cl_eligible.dx = 0;
1212 cl->cl_eligible.dy = 0;
1216 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul);
1225 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul);

Completed in 76 milliseconds