Searched refs:cl_total (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/net/sched/ |
| H A D | sch_hfsc.c | 133 u64 cl_total; /* total work in bytes */ member 729 cl->cl_total); in init_vf() 732 cl->cl_total); in init_vf() 755 cl->cl_total += len; in update_vf() 799 cl->cl_myf = rtsc_y2x(&cl->cl_ulimit, cl->cl_total); in update_vf() 802 cl->cl_total); in update_vf() 895 rtsc_init(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total); in hfsc_change_fsc() 904 rtsc_init(&cl->cl_ulimit, &cl->cl_usc, cur_time, cl->cl_total); in hfsc_change_usc() 912 rtsc_init(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total); in hfsc_upgrade_rt() 1352 xstats.work = cl->cl_total; in hfsc_dump_class_stats() [all …]
|