Searched refs:cl_deadline (Results 1 – 1 of 1) sorted by relevance
| /linux/net/sched/ |
| H A D | sch_hfsc.c | 157 struct runtime_sc cl_deadline; /* deadline curve */ member 622 rtsc_min(&cl->cl_deadline, &cl->cl_rsc, cur_time, cl->cl_cumul); in init_ed() 629 cl->cl_eligible = cl->cl_deadline; in init_ed() 637 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in init_ed() 646 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_ed() 654 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_d() 871 rtsc_init(&cl->cl_deadline, &cl->cl_rsc, cur_time, cl->cl_cumul); in hfsc_change_rsc() 872 cl->cl_eligible = cl->cl_deadline; in hfsc_change_rsc() 1475 rtsc_init(&cl->cl_deadline, &cl->cl_rsc, 0, 0); in hfsc_reset_class()
|