Searched refs:cl_vt (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/net/altq/
H A Daltq_hfsc.c797 if (cl->cl_parent->cl_cvtmin < cl->cl_vt)
798 cl->cl_parent->cl_cvtmin = cl->cl_vt;
1006 vt = max_cl->cl_vt;
1011 cl->cl_parentperiod || vt > cl->cl_vt)
1012 cl->cl_vt = vt;
1024 cl->cl_vt = 0;
1028 cl->cl_initvt = cl->cl_vt;
1031 vt = cl->cl_vt + cl->cl_vtoff;
1097 if (cl->cl_vt > cl->cl_parent->cl_cvtmax)
1098 cl->cl_parent->cl_cvtmax = cl->cl_vt;
[all...]
H A Daltq_hfsc.h249 u_int64_t cl_vt; /* virtual time */ member in struct:hfsc_class

Completed in 119 milliseconds