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

/linux-master/net/sched/
H A Dsch_hfsc.c133 u64 cl_total; /* total work in bytes */ member in struct:hfsc_class
707 rtsc_min(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total);
726 cl->cl_total);
729 cl->cl_total);
752 cl->cl_total += len;
763 cl->cl_vt = rtsc_y2x(&cl->cl_virtual, cl->cl_total) + cl->cl_vtadj;
796 cl->cl_myf = rtsc_y2x(&cl->cl_ulimit, cl->cl_total);
799 cl->cl_total);
892 rtsc_init(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total);
901 rtsc_init(&cl->cl_ulimit, &cl->cl_usc, cur_time, cl->cl_total);
[all...]

Completed in 190 milliseconds