Searched refs:cl_cvtmax (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_hfsc.h270 u_int64_t cl_cvtmax; /* max child's vt in the last period */ member in struct:hfsc_class
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_hfsc.h265 u_int64_t cl_cvtmax; /* max child's vt in the last period */ member in struct:hfsc_class
H A Daltq_hfsc.c1021 vt = cl->cl_parent->cl_cvtmax;
1026 cl->cl_parent->cl_cvtmax = 0;
1098 if (cl->cl_vt > cl->cl_parent->cl_cvtmax)
1099 cl->cl_parent->cl_cvtmax = cl->cl_vt;
1677 sp->cvtmax = cl->cl_cvtmax;

Completed in 58 milliseconds