Searched refs:sc2isc (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_hfsc.c146 static boolean_t sc2isc(struct hfsc_class *, struct service_curve *,
538 (void) sc2isc(cl, &cl->cl_rsc0, &cl->cl_rsc, eff_rate);
548 (void) sc2isc(cl, &cl->cl_fsc0, &cl->cl_fsc, eff_rate);
557 (void) sc2isc(cl, &cl->cl_usc0, &cl->cl_usc, eff_rate);
1119 if ((cl->cl_flags & HFCF_RSC) && sc2isc(cl, sc, isc, eff_rate)) {
1129 if ((cl->cl_flags & HFCF_FSC) && sc2isc(cl, sc, isc, eff_rate)) {
1138 if ((cl->cl_flags & HFCF_USC) && sc2isc(cl, sc, isc, eff_rate)) {
1732 sc2isc(struct hfsc_class *cl, struct service_curve *sc, struct internal_sc *isc, function

Completed in 70 milliseconds