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

/darwin-on-arm/xnu/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);
1113 if ((cl->cl_flags & HFCF_RSC) && sc2isc(cl, sc, isc, eff_rate)) {
1123 if ((cl->cl_flags & HFCF_FSC) && sc2isc(cl, sc, isc, eff_rate)) {
1132 if ((cl->cl_flags & HFCF_USC) && sc2isc(cl, sc, isc, eff_rate)) {
1726 sc2isc(struct hfsc_class *cl, struct service_curve *sc, struct internal_sc *isc, function

Completed in 111 milliseconds