Searched refs:rtsc_y2x (Results 1 – 1 of 1) sorted by relevance
| /linux/net/sched/ |
| H A D | sch_hfsc.c | 522 rtsc_y2x(struct runtime_sc *rtsc, u64 y) in rtsc_y2x() 645 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul); in update_ed() 646 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_ed() 654 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul); in update_d() 655 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_d() 663 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_cfmin() 745 cl->cl_myf = rtsc_y2x(&cl->cl_ulimit, in init_vf() 780 cl->cl_vt = rtsc_y2x(&cl->cl_virtual, cl->cl_total) + cl->cl_vtadj; in update_vf() 813 cl->cl_myf = rtsc_y2x(&cl->cl_ulimit, cl->cl_total); in update_vf() 815 cl->cl_myf = cl->cl_myfadj + rtsc_y2x( in update_vf() 513 rtsc_y2x(struct runtime_sc *rtsc, u64 y) rtsc_y2x() function [all...] |