Home
last modified time | relevance | path

Searched refs:cl_cumul (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_hfsc.c788 cl->cl_cumul += len; in hfsc_dequeue()
913 rtsc_min(&cl->cl_deadline, cl->cl_rsc, cur_time, cl->cl_cumul); in init_ed()
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()
1592 sp->cumul = cl->cl_cumul; in get_class_stats_v0()
1670 sp->cumul = cl->cl_cumul; in get_class_stats_v1()
H A Daltq_hfsc.h235 u_int64_t cl_cumul; /* cumulative work in bytes member