Home | History | Annotate | Download | only in libaltq

Lines Matching defs:usc

574 	struct service_curve rsc, fsc, usc;
588 usc = hfsc_clinfo->usc;
592 /* if the class has usc, rsc should be smaller than usc */
593 if (!is_sc_null(&hfsc_clinfo->usc)) {
598 if (!is_gsc_under_sc(&tmp_gen_rsc, &hfsc_clinfo->usc)) {
640 /* usc must be smaller than interface bandwidth */
662 /* if this class has rsc, check that usc >= rsc */
677 hfsc_clinfo->usc = *sc;
696 hfsc_clinfo->usc = usc;
1115 class_mod.service_curve = hfsc_clinfo->usc;