cl_vt 140 net/sched/sch_hfsc.c u64 cl_vt; /* virtual time */ cl_vt 260 net/sched/sch_hfsc.c if (cl->cl_vt >= cl1->cl_vt) cl_vt 313 net/sched/sch_hfsc.c if (cl->cl_parent->cl_cvtmin < cl->cl_vt) cl_vt 314 net/sched/sch_hfsc.c cl->cl_parent->cl_cvtmin = cl->cl_vt; cl_vt 689 net/sched/sch_hfsc.c vt = max_cl->cl_vt; cl_vt 694 net/sched/sch_hfsc.c cl->cl_parentperiod || vt > cl->cl_vt) cl_vt 695 net/sched/sch_hfsc.c cl->cl_vt = vt; cl_vt 703 net/sched/sch_hfsc.c cl->cl_vt = cl->cl_parent->cl_cvtoff; cl_vt 708 net/sched/sch_hfsc.c rtsc_min(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total); cl_vt 764 net/sched/sch_hfsc.c cl->cl_vt = rtsc_y2x(&cl->cl_virtual, cl->cl_total) + cl->cl_vtadj; cl_vt 771 net/sched/sch_hfsc.c if (cl->cl_vt < cl->cl_parent->cl_cvtmin) { cl_vt 772 net/sched/sch_hfsc.c cl->cl_vtadj += cl->cl_parent->cl_cvtmin - cl->cl_vt; cl_vt 773 net/sched/sch_hfsc.c cl->cl_vt = cl->cl_parent->cl_cvtmin; cl_vt 780 net/sched/sch_hfsc.c if (cl->cl_vt > cl->cl_parent->cl_cvtoff) cl_vt 781 net/sched/sch_hfsc.c cl->cl_parent->cl_cvtoff = cl->cl_vt; cl_vt 893 net/sched/sch_hfsc.c rtsc_init(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total); cl_vt 1451 net/sched/sch_hfsc.c cl->cl_vt = 0;