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

/freebsd-11-stable/sys/net/altq/
H A Daltq_hfsc.h250 u_int64_t cl_f; /* time when this class will fit for member in struct:hfsc_class
257 with cl_myf to obtain cl_f) */
H A Daltq_hfsc.c1043 cl->cl_f = 0;
1066 if (f != cl->cl_f) {
1067 cl->cl_f = f;
1146 /* cl_f is max(cl_myf, cl_cfmin) */
1151 if (f != cl->cl_f) {
1152 cl->cl_f = f;
1170 if (p->cl_f == 0) {
1174 if (p->cl_f < cfmin)
1175 cfmin = p->cl_f;
1347 if (p->cl_f <
[all...]

Completed in 105 milliseconds