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

/linux-master/net/sched/
H A Dsch_hfsc.c134 u64 cl_cumul; /* cumulative work in bytes done by member in struct:hfsc_class
614 rtsc_min(&cl->cl_deadline, &cl->cl_rsc, cur_time, cl->cl_cumul);
628 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul);
629 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len);
637 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul);
638 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len);
646 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len);
879 rtsc_init(&cl->cl_deadline, &cl->cl_rsc, cur_time, cl->cl_cumul);
1344 xstats.rtwork = cl->cl_cumul;
1456 cl->cl_cumul
[all...]

Completed in 168 milliseconds