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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.c878 if (cl->cl_parent->cl_cvtmin < cl->cl_vt)
879 cl->cl_parent->cl_cvtmin = cl->cl_vt;
1262 vt = max_cl->cl_vt;
1267 cl->cl_parentperiod || vt > cl->cl_vt)
1268 cl->cl_vt = vt;
1280 cl->cl_vt = 0;
1284 cl->cl_initvt = cl->cl_vt;
1287 vt = cl->cl_vt + cl->cl_vtoff;
1358 if (cl->cl_vt > cl->cl_parent->cl_cvtmax)
1359 cl->cl_parent->cl_cvtmax = cl->cl_vt;
[all...]
H A Dpktsched_hfsc.h255 u_int64_t cl_vt; /* virtual time */ member in struct:hfsc_class

Completed in 23 milliseconds