Home
last modified time | relevance | path

Searched refs:cfmin (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/net/altq/
HDaltq_hfsc.h90 u_int64_t cfmin; /* cl_mincf */ member
HDaltq_hfsc.c1162 u_int64_t cfmin; in update_cfmin() local
1168 cfmin = HT_INFINITY; in update_cfmin()
1174 if (p->cl_f < cfmin) in update_cfmin()
1175 cfmin = p->cl_f; in update_cfmin()
1177 cl->cl_cfmin = cfmin; in update_cfmin()
1648 sp->cfmin = cl->cl_cfmin; in get_class_stats()