Searched refs:cl_deadline (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/net/sched/ |
| H A D | sch_hfsc.c | 157 struct runtime_sc cl_deadline; /* deadline curve */ member 617 rtsc_min(&cl->cl_deadline, &cl->cl_rsc, cur_time, cl->cl_cumul); in init_ed() 624 cl->cl_eligible = cl->cl_deadline; in init_ed() 632 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in init_ed() 641 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_ed() 649 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_d() 882 rtsc_init(&cl->cl_deadline, &cl->cl_rsc, cur_time, cl->cl_cumul); in hfsc_change_rsc() 883 cl->cl_eligible = cl->cl_deadline; in hfsc_change_rsc() 1484 rtsc_init(&cl->cl_deadline, &cl->cl_rsc, 0, 0); in hfsc_reset_class()
|