Searched refs:cl_deadline (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_hfsc.c | 158 struct runtime_sc cl_deadline; /* deadline curve */ member 615 rtsc_min(&cl->cl_deadline, &cl->cl_rsc, cur_time, cl->cl_cumul); in init_ed() 622 cl->cl_eligible = cl->cl_deadline; in init_ed() 630 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in init_ed() 639 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_ed() 647 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_d() 880 rtsc_init(&cl->cl_deadline, &cl->cl_rsc, cur_time, cl->cl_cumul); in hfsc_change_rsc() 881 cl->cl_eligible = cl->cl_deadline; in hfsc_change_rsc() 1467 rtsc_init(&cl->cl_deadline, &cl->cl_rsc, 0, 0); in hfsc_reset_class()
|