Lines Matching defs:cl_vt
128 struct rb_root vt_tree; /* active children sorted by cl_vt */
139 u64 cl_vt; /* virtual time */
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 to the highest value seen
702 cl->cl_vt = cl->cl_parent->cl_cvtoff;
707 rtsc_min(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total);
763 cl->cl_vt = rtsc_y2x(&cl->cl_virtual, cl->cl_total) + cl->cl_vtadj;
770 if (cl->cl_vt < cl->cl_parent->cl_cvtmin) {
771 cl->cl_vtadj += cl->cl_parent->cl_cvtmin - cl->cl_vt;
772 cl->cl_vt = cl->cl_parent->cl_cvtmin;
779 if (cl->cl_vt > cl->cl_parent->cl_cvtoff)
780 cl->cl_parent->cl_cvtoff = cl->cl_vt;
892 rtsc_init(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total);
909 rtsc_init(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total);
1460 cl->cl_vt = 0;