Home | History | Annotate | Download | only in altq

Lines Matching refs:cl_f

1027 			cl->cl_f = 0;
1050 if (f != cl->cl_f) {
1051 cl->cl_f = f;
1130 /* cl_f is max(cl_myf, cl_cfmin) */
1135 if (f != cl->cl_f) {
1136 cl->cl_f = f;
1154 if (p->cl_f == 0) {
1158 if (p->cl_f < cfmin)
1159 cfmin = p->cl_f;
1361 if (p->cl_f <= cur_time)
1653 sp->f = cl->cl_f;