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

/linux-master/net/sched/
H A Dsch_hfsc.c128 struct rb_root vt_tree; /* active children sorted by cl_vt */
139 u64 cl_vt; /* virtual time */ member in struct:hfsc_class
259 if (cl->cl_vt >= cl1->cl_vt)
312 if (cl->cl_parent->cl_cvtmin < cl->cl_vt)
313 cl->cl_parent->cl_cvtmin = cl->cl_vt;
688 vt = max_cl->cl_vt;
693 cl->cl_parentperiod || vt > cl->cl_vt)
694 cl->cl_vt = vt;
698 * initialize cl_vt t
[all...]

Completed in 296 milliseconds