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

/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_hfsc.h256 u_int64_t cl_f; /* time when this class will fit for member in struct:hfsc_class
263 with cl_myf to obtain cl_f) */
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_hfsc.h251 u_int64_t cl_f; /* time when this class will fit for member in struct:hfsc_class
258 with cl_myf to obtain cl_f) */
H A Daltq_hfsc.c1044 cl->cl_f = 0;
1067 if (f != cl->cl_f) {
1068 cl->cl_f = f;
1147 /* cl_f is max(cl_myf, cl_cfmin) */
1152 if (f != cl->cl_f) {
1153 cl->cl_f = f;
1171 if (p->cl_f == 0) {
1175 if (p->cl_f < cfmin)
1176 cfmin = p->cl_f;
1378 if (p->cl_f <
[all...]

Completed in 104 milliseconds