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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.h76 struct service_curve { struct
131 struct service_curve rsc;
132 struct service_curve fsc;
133 struct service_curve usc; /* upper limit service curve */
275 struct service_curve cl_rsc0; /* external real-time service curve */
276 struct service_curve cl_fsc0; /* external fair service curve */
277 struct service_curve cl_usc0; /* external uppperlimit service curve */
336 extern int hfsc_add_queue(struct hfsc_if *, struct service_curve *,
337 struct service_curve *, struct service_curve *, u_int32_
[all...]
H A Dpktsched_hfsc.c106 struct service_curve *, struct internal_sc *, const char *);
112 struct service_curve *, struct service_curve *, struct service_curve *,
146 static boolean_t sc2isc(struct hfsc_class *, struct service_curve *,
340 hfsc_add_queue(struct hfsc_if *hif, struct service_curve *rtsc,
341 struct service_curve *lssc, struct service_curve *ulsc,
369 hfsc_class_create(struct hfsc_if *hif, struct service_curve *rsc,
370 struct service_curve *fs
[all...]
/darwin-on-arm/xnu/bsd/net/altq/
H A Daltq_hfsc.c149 struct service_curve rtsc, lssc, ulsc;

Completed in 12 milliseconds