Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dhfsc.c143 u_int64_t cl_cfmin; /* earliest children's fit-time (used member
1120 if (cl->cl_myf > cl->cl_cfmin) in hfsc_init_vf()
1123 f = cl->cl_cfmin; in hfsc_init_vf()
1205 if (cl->cl_myf > cl->cl_cfmin) in hfsc_update_vf()
1208 f = cl->cl_cfmin; in hfsc_update_vf()
1223 cl->cl_cfmin = 0; in hfsc_update_cfmin()
1229 cl->cl_cfmin = 0; in hfsc_update_cfmin()
1235 cl->cl_cfmin = cfmin; in hfsc_update_cfmin()
1690 sp->cfmin = cl->cl_cfmin; in hfsc_getclstats()