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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.h256 u_int64_t cl_f; /* time when this class will fit for */ member in struct:hfsc_class
264 /* with cl_myf to obtain cl_f) */
H A Dpktsched_hfsc.c1300 cl->cl_f = 0;
1323 if (f != cl->cl_f) {
1324 cl->cl_f = f;
1408 /* cl_f is max(cl_myf, cl_cfmin) */
1413 if (f != cl->cl_f) {
1414 cl->cl_f = f;
1432 if (p->cl_f == 0) {
1436 if (p->cl_f < cfmin)
1437 cfmin = p->cl_f;
1609 if (p->cl_f <
[all...]

Completed in 22 milliseconds