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

/freebsd-11-stable/sys/net/altq/
H A Daltq_hfsc.h272 struct runtime_sc cl_eligible; /* eligible curve */ member in struct:hfsc_class
H A Daltq_hfsc.c470 rtsc_init(&cl->cl_eligible, cl->cl_rsc, 0, 0);
954 cl->cl_eligible = cl->cl_deadline;
956 cl->cl_eligible.dx = 0;
957 cl->cl_eligible.dy = 0;
961 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul);
970 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul);
1811 cl->cl_eligible = cl->cl_deadline;
1813 cl->cl_eligible.dx = 0;
1814 cl->cl_eligible.dy = 0;

Completed in 106 milliseconds