Lines Matching defs:cl_vt
129 struct rb_root vt_tree; /* active children sorted by cl_vt */
140 u64 cl_vt; /* virtual time */
260 if (cl->cl_vt >= cl1->cl_vt)
313 if (cl->cl_parent->cl_cvtmin < cl->cl_vt)
314 cl->cl_parent->cl_cvtmin = cl->cl_vt;
689 vt = max_cl->cl_vt;
694 cl->cl_parentperiod || vt > cl->cl_vt)
695 cl->cl_vt = vt;
699 * initialize cl_vt to the highest value seen
703 cl->cl_vt = cl->cl_parent->cl_cvtoff;
708 rtsc_min(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total);
764 cl->cl_vt = rtsc_y2x(&cl->cl_virtual, cl->cl_total) + cl->cl_vtadj;
771 if (cl->cl_vt < cl->cl_parent->cl_cvtmin) {
772 cl->cl_vtadj += cl->cl_parent->cl_cvtmin - cl->cl_vt;
773 cl->cl_vt = cl->cl_parent->cl_cvtmin;
780 if (cl->cl_vt > cl->cl_parent->cl_cvtoff)
781 cl->cl_parent->cl_cvtoff = cl->cl_vt;
893 rtsc_init(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total);
910 rtsc_init(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total);
1465 cl->cl_vt = 0;