Home
last modified time | relevance | path

Searched refs:cl_rsc (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/sched/
H A Dsch_hfsc.c154 struct internal_sc cl_rsc; /* internal real-time service curve */ member
614 rtsc_min(&cl->cl_deadline, &cl->cl_rsc, cur_time, cl->cl_cumul); in init_ed()
622 if (cl->cl_rsc.sm1 <= cl->cl_rsc.sm2) { in init_ed()
878 sc2isc(rsc, &cl->cl_rsc); in hfsc_change_rsc()
879 rtsc_init(&cl->cl_deadline, &cl->cl_rsc, cur_time, cl->cl_cumul); in hfsc_change_rsc()
881 if (cl->cl_rsc.sm1 <= cl->cl_rsc.sm2) { in hfsc_change_rsc()
908 cl->cl_fsc = cl->cl_rsc; in hfsc_upgrade_rt()
1289 (hfsc_dump_sc(skb, TCA_HFSC_RSC, &cl->cl_rsc) < 0)) in hfsc_dump_curves()
1476 rtsc_init(&cl->cl_deadline, &cl->cl_rsc, 0, 0); in hfsc_reset_class()