Searched refs:cl_total (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_hfsc.c | 134 u64 cl_total; /* total work in bytes */ member 708 rtsc_min(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total); in init_vf() 727 cl->cl_total); in init_vf() 730 cl->cl_total); in init_vf() 753 cl->cl_total += len; in update_vf() 764 cl->cl_vt = rtsc_y2x(&cl->cl_virtual, cl->cl_total) + cl->cl_vtadj; in update_vf() 797 cl->cl_myf = rtsc_y2x(&cl->cl_ulimit, cl->cl_total); in update_vf() 800 cl->cl_total); in update_vf() 893 rtsc_init(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total); in hfsc_change_fsc() 902 rtsc_init(&cl->cl_ulimit, &cl->cl_usc, cur_time, cl->cl_total); in hfsc_change_usc() [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_hfsc.c | 133 u64 cl_total; /* total work in bytes */ member 707 rtsc_min(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total); in init_vf() 726 cl->cl_total); in init_vf() 729 cl->cl_total); in init_vf() 752 cl->cl_total += len; in update_vf() 763 cl->cl_vt = rtsc_y2x(&cl->cl_virtual, cl->cl_total) + cl->cl_vtadj; in update_vf() 796 cl->cl_myf = rtsc_y2x(&cl->cl_ulimit, cl->cl_total); in update_vf() 799 cl->cl_total); in update_vf() 892 rtsc_init(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total); in hfsc_change_fsc() 901 rtsc_init(&cl->cl_ulimit, &cl->cl_usc, cur_time, cl->cl_total); in hfsc_change_usc() [all...] |
Completed in 4 milliseconds