Lines Matching defs:fsc
34 * H-FSC is described in Proceedings of SIGCOMM'97,
385 struct service_curve *fsc, struct service_curve *usc,
429 if (fsc != NULL && fsc->m2 > m2)
430 m2 = fsc->m2;
474 if (fsc != NULL && (fsc->m1 != 0 || fsc->m2 != 0)) {
479 sc2isc(fsc, cl->cl_fsc);
1629 sp->fsc.m1 = sm2m(cl->cl_fsc->sm1);
1630 sp->fsc.d = dx2d(cl->cl_fsc->dx);
1631 sp->fsc.m2 = sm2m(cl->cl_fsc->sm2);
1633 sp->fsc.m1 = 0;
1634 sp->fsc.d = 0;
1635 sp->fsc.m2 = 0;
1762 struct service_curve *fsc, struct service_curve *usc)
1776 if (fsc != NULL && (fsc->m1 != 0 || fsc->m2 != 0) &&
1816 if (fsc != NULL) {
1817 if (fsc->m1 == 0 && fsc->m2 == 0) {
1827 sc2isc(fsc, cl->cl_fsc);
2097 struct service_curve *fsc = NULL;
2109 fsc = &ap->service_curve;
2113 return hfsc_class_modify(cl, rsc, fsc, usc);