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

/freebsd-11-stable/sys/net/altq/
H A Daltq_hfsc.c230 struct service_curve rtsc, lssc, ulsc; local
249 rtsc.m1 = opts->rtsc_m1;
250 rtsc.d = opts->rtsc_d;
251 rtsc.m2 = opts->rtsc_m2;
259 cl = hfsc_class_create(hif, &rtsc, &lssc, &ulsc,
1479 rtsc_init(struct runtime_sc *rtsc, struct internal_sc * isc, u_int64_t x, argument
1482 rtsc->x = x;
1483 rtsc->y = y;
1484 rtsc->sm1 = isc->sm1;
1485 rtsc
1497 rtsc_y2x(struct runtime_sc *rtsc, u_int64_t y) argument
1518 rtsc_x2y(struct runtime_sc *rtsc, u_int64_t x) argument
1539 rtsc_min(struct runtime_sc *rtsc, struct internal_sc *isc, u_int64_t x, u_int64_t y) argument
[all...]
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_altq.c54 LIST_HEAD(gen_sc, segment) rtsc, lssc;
725 LIST_INIT(&rtsc);
772 gsc_add_sc(&rtsc, &sc);
793 gsc_add_sc(&rtsc, &sc);
798 if (!is_gsc_under_sc(&rtsc, &sc)) {
835 gsc_destroy(&rtsc);
841 gsc_destroy(&rtsc);
1005 const struct node_hfsc_sc *rtsc, *lssc, *ulsc; local
1009 rtsc = lssc = ulsc = NULL;
1011 rtsc
[all...]

Completed in 57 milliseconds