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

/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_hfsc.h205 struct internal_sc { struct
274 struct internal_sc *cl_rsc; /* internal real-time service curve */
275 struct internal_sc *cl_fsc; /* internal fair service curve */
276 struct internal_sc *cl_usc; /* internal upperlimit service curve */
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_hfsc.h200 struct internal_sc { struct
269 struct internal_sc *cl_rsc; /* internal real-time service curve */
270 struct internal_sc *cl_fsc; /* internal fair service curve */
271 struct internal_sc *cl_usc; /* internal upperlimit service curve */
H A Daltq_hfsc.c130 static void sc2isc(struct service_curve *, struct internal_sc *);
131 static void rtsc_init(struct runtime_sc *, struct internal_sc *,
135 static void rtsc_min(struct runtime_sc *, struct internal_sc *,
469 cl->cl_rsc = malloc(sizeof(struct internal_sc),
478 cl->cl_fsc = malloc(sizeof(struct internal_sc),
486 cl->cl_usc = malloc(sizeof(struct internal_sc),
1495 sc2isc(struct service_curve *sc, struct internal_sc *isc)
1510 rtsc_init(struct runtime_sc *rtsc, struct internal_sc * isc, u_int64_t x,
1570 rtsc_min(struct runtime_sc *rtsc, struct internal_sc *isc, u_int64_t x,
1788 struct internal_sc *rsc_tm
[all...]

Completed in 47 milliseconds