Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_hfsc.c971 vt = max_cl->cl_vt; in init_vf()
977 cl->cl_vt = vt; in init_vf()
989 cl->cl_vt = 0; in init_vf()
993 cl->cl_initvt = cl->cl_vt; in init_vf()
1248 || p->cl_vt <= cl->cl_vt) { in actlist_insert()
1254 if (cl->cl_vt < p->cl_vt) { in actlist_insert()
1279 if (p == NULL || cl->cl_vt < p->cl_vt) in actlist_update()
1285 if (last->cl_vt <= cl->cl_vt) { in actlist_update()
1296 if (cl->cl_vt < p->cl_vt) { in actlist_update()
1596 sp->vt = cl->cl_vt; in get_class_stats_v0()
[all …]
H A Daltq_hfsc.h239 u_int64_t cl_vt; /* virtual time */ member