Searched refs:cl_total (Results 1 – 1 of 1) sorted by relevance
| /linux/net/sched/ |
| H A D | sch_hfsc.c | 133 u64 cl_total; /* total work in bytes */ member 715 rtsc_min(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total); in init_vf() 734 cl->cl_total); in init_vf() 737 cl->cl_total); in init_vf() 760 cl->cl_total += len; in update_vf() 771 cl->cl_vt = rtsc_y2x(&cl->cl_virtual, cl->cl_total) + cl->cl_vtadj; in update_vf() 804 cl->cl_myf = rtsc_y2x(&cl->cl_ulimit, cl->cl_total); in update_vf() 807 cl->cl_total); in update_vf() 884 rtsc_init(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total); in hfsc_change_fsc() 893 rtsc_init(&cl->cl_ulimit, &cl->cl_usc, cur_time, cl->cl_total); in hfsc_change_usc() [all …]
|