Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_hfsc.c997 rtsc_min(&cl->cl_virtual, cl->cl_fsc, vt, cl->cl_total); in init_vf()
1019 cl->cl_total); in init_vf()
1022 cl->cl_total); in init_vf()
1047 cl->cl_total += len; in update_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()
1591 sp->total = cl->cl_total; in get_class_stats_v0()
1669 sp->total = cl->cl_total; in get_class_stats_v1()
H A Daltq_hfsc.h233 u_int64_t cl_total; /* total work in bytes */ member