Lines Matching defs:usc
385 struct service_curve *fsc, struct service_curve *usc,
431 if (usc != NULL && usc->m2 > m2)
432 m2 = usc->m2;
482 if (usc != NULL && (usc->m1 != 0 || usc->m2 != 0)) {
487 sc2isc(usc, cl->cl_usc);
1638 sp->usc.m1 = sm2m(cl->cl_usc->sm1);
1639 sp->usc.d = dx2d(cl->cl_usc->dx);
1640 sp->usc.m2 = sm2m(cl->cl_usc->sm2);
1642 sp->usc.m1 = 0;
1643 sp->usc.d = 0;
1644 sp->usc.m2 = 0;
1762 struct service_curve *fsc, struct service_curve *usc)
1783 if (usc != NULL && (usc->m1 != 0 || usc->m2 != 0) &&
1833 if (usc != NULL) {
1834 if (usc->m1 == 0 && usc->m2 == 0) {
1843 sc2isc(usc, cl->cl_usc);
2098 struct service_curve *usc = NULL;
2111 usc = &ap->service_curve;
2113 return hfsc_class_modify(cl, rsc, fsc, usc);