Searched refs:cl_cumul (Results 1 – 1 of 1) sorted by relevance
/linux/net/sched/ |
H A D | sch_hfsc.c | 134 u64 cl_cumul; /* cumulative work in bytes done by member 614 rtsc_min(&cl->cl_deadline, &cl->cl_rsc, cur_time, cl->cl_cumul); in init_ed() 628 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul); in init_ed() 629 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in init_ed() 637 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul); in update_ed() 638 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_ed() 646 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_d() 879 rtsc_init(&cl->cl_deadline, &cl->cl_rsc, cur_time, cl->cl_cumul); in hfsc_change_rsc() 1344 xstats.rtwork = cl->cl_cumul; in hfsc_dump_class_stats() 1456 cl->cl_cumul = 0; in hfsc_reset_class() [all …]
|