Searched refs:cl_deadline (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/sched/ |
D | sch_hfsc.c | 164 struct runtime_sc cl_deadline; /* deadline curve */ member 623 rtsc_min(&cl->cl_deadline, &cl->cl_rsc, cur_time, cl->cl_cumul); in init_ed() 630 cl->cl_eligible = cl->cl_deadline; in init_ed() 638 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in init_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() 937 cl->cl_eligible = cl->cl_deadline; in hfsc_change_rsc() 1514 rtsc_init(&cl->cl_deadline, &cl->cl_rsc, 0, 0); in hfsc_reset_class()
|