Searched refs:cl_cumul (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/sched/ |
D | sch_hfsc.c | 136 u64 cl_cumul; /* cumulative work in bytes done by member 623 rtsc_min(&cl->cl_deadline, &cl->cl_rsc, cur_time, cl->cl_cumul); in init_ed() 637 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul); in init_ed() 638 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in init_ed() 646 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul); in update_ed() 647 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_ed() 655 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_d() 936 rtsc_init(&cl->cl_deadline, &cl->cl_rsc, cur_time, cl->cl_cumul); in hfsc_change_rsc() 1377 xstats.rtwork = cl->cl_cumul; in hfsc_dump_class_stats() 1491 cl->cl_cumul = 0; in hfsc_reset_class() [all …]
|