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

/darwin-on-arm/xnu/bsd/net/altq/
H A Daltq_hfsc.c149 struct service_curve rtsc, lssc, ulsc; local
157 bzero(&rtsc, sizeof (rtsc));
161 rtsc.m1 = opts->rtsc_m1;
162 rtsc.d = opts->rtsc_d;
163 rtsc.m2 = opts->rtsc_m2;
164 rtsc.fl = opts->rtsc_fl;
175 err = hfsc_add_queue(hif, &rtsc, &lssc, &ulsc, a->qlimit,
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.c340 hfsc_add_queue(struct hfsc_if *hif, struct service_curve *rtsc, argument
357 cl = hfsc_class_create(hif, rtsc, lssc, ulsc, parent,
1776 rtsc_init(struct runtime_sc *rtsc, struct internal_sc *isc, u_int64_t x, argument
1779 rtsc->x = x;
1780 rtsc->y = y;
1781 rtsc->sm1 = isc->sm1;
1782 rtsc->ism1 = isc->ism1;
1783 rtsc->dx = isc->dx;
1784 rtsc->dy = isc->dy;
1785 rtsc
1794 rtsc_y2x(struct runtime_sc *rtsc, u_int64_t y) argument
1815 rtsc_x2y(struct runtime_sc *rtsc, u_int64_t x) argument
1836 rtsc_min(struct runtime_sc *rtsc, struct internal_sc *isc, u_int64_t x, u_int64_t y) argument
[all...]

Completed in 20 milliseconds