Searched refs:rtsc_y2x (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/net/altq/ |
H A D | altq_hfsc.c | 125 static u_int64_t rtsc_y2x(struct runtime_sc *, u_int64_t); 927 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul); in init_ed() 928 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in init_ed() 936 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul); in update_ed() 937 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_ed() 945 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_d() 1021 cl->cl_myf = rtsc_y2x(&cl->cl_ulimit, in init_vf() 1075 cl->cl_vt = rtsc_y2x(&cl->cl_virtual, cl->cl_total) in update_vf() 1093 + rtsc_y2x(&cl->cl_ulimit, cl->cl_total); in update_vf() 1451 rtsc_y2x(struct runtime_sc *rtsc, u_int64_t y) in rtsc_y2x() function
|