Lines Matching refs:service_curve
57 static int validate_sc(struct service_curve *);
59 static void gsc_add_sc(struct gen_sc *, struct service_curve *);
60 static void gsc_sub_sc(struct gen_sc *, struct service_curve *);
61 static int is_gsc_under_sc(struct gen_sc *, struct service_curve *);
67 static double sc_x2y(struct service_curve *, double);
363 struct service_curve sc;
393 struct service_curve sc;
417 struct service_curve sc;
462 struct service_curve *sc, int qlimit, int flags)
571 struct service_curve *sc, int sctype)
574 struct service_curve rsc, fsc, usc;
739 validate_sc(struct service_curve *sc)
759 gsc_add_sc(struct gen_sc *gsc, struct service_curve *sc)
770 gsc_sub_sc(struct gen_sc *gsc, struct service_curve *sc)
785 is_gsc_under_sc(struct gen_sc *gsc, struct service_curve *sc)
973 sc_x2y(struct service_curve *sc, double x)
1085 class_add.service_curve = hfsc_clinfo->rsc;
1111 class_mod.service_curve = hfsc_clinfo->rsc;
1113 class_mod.service_curve = hfsc_clinfo->fsc;
1115 class_mod.service_curve = hfsc_clinfo->usc;