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

/linux-4.4.14/net/sched/
H A Dsch_hfsc.c156 u64 cl_cvtmax; /* max child's vt in the last period */ member in struct:hfsc_class
711 vt = cl->cl_parent->cl_cvtmax; init_vf()
713 cl->cl_parent->cl_cvtmax = 0; init_vf()
788 if (cl->cl_vt > cl->cl_parent->cl_cvtmax) update_vf()
789 cl->cl_parent->cl_cvtmax = cl->cl_vt; update_vf()
1495 cl->cl_cvtmax = 0; hfsc_reset_class()

Completed in 60 milliseconds