HomeSort by: relevance | last modified time | path
    Searched refs:cl_f (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_hfsc.c 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
    [all...]
altq_hfsc.h 252 u_int64_t cl_f; /* time when this class will fit for member in struct:hfsc_class
259 with cl_myf to obtain cl_f) */

Completed in 13 milliseconds