Searched refs:rtsc_y2x (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/net/sched/ |
D | sch_hfsc.c | 506 rtsc_y2x(struct runtime_sc *rtsc, u64 y) in rtsc_y2x() function 629 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul); in init_ed() 630 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in init_ed() 638 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul); in update_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() 729 cl->cl_myf = rtsc_y2x(&cl->cl_ulimit, in init_vf() 764 cl->cl_vt = rtsc_y2x(&cl->cl_virtual, cl->cl_total) + cl->cl_vtadj; in update_vf() 797 cl->cl_myf = rtsc_y2x(&cl->cl_ulimit, cl->cl_total); in update_vf() 799 cl->cl_myf = cl->cl_myfadj + rtsc_y2x(&cl->cl_ulimit, in update_vf()
|