HomeSort by: relevance | last modified time | path
    Searched refs:cl_vt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_hfsc.c 789 if (cl->cl_parent->cl_cvtmin < cl->cl_vt)
790 cl->cl_parent->cl_cvtmin = cl->cl_vt;
990 vt = max_cl->cl_vt;
995 cl->cl_parentperiod || vt > cl->cl_vt)
996 cl->cl_vt = vt;
1008 cl->cl_vt = 0;
1012 cl->cl_initvt = cl->cl_vt;
1015 vt = cl->cl_vt + cl->cl_vtoff;
1081 if (cl->cl_vt > cl->cl_parent->cl_cvtmax)
1082 cl->cl_parent->cl_cvtmax = cl->cl_vt;
    [all...]
altq_hfsc.h 251 u_int64_t cl_vt; /* virtual time */ member in struct:hfsc_class

Completed in 15 milliseconds