sys/net/hfsc.c
1517
hfsc_rtsc_init(struct hfsc_runtime_sc *rtsc, struct hfsc_internal_sc * isc,
sys/net/hfsc.c
1535
hfsc_rtsc_y2x(struct hfsc_runtime_sc *rtsc, u_int64_t y)
sys/net/hfsc.c
1556
hfsc_rtsc_x2y(struct hfsc_runtime_sc *rtsc, u_int64_t x)
sys/net/hfsc.c
156
struct hfsc_runtime_sc cl_deadline; /* deadline curve */
sys/net/hfsc.c
157
struct hfsc_runtime_sc cl_eligible; /* eligible curve */
sys/net/hfsc.c
1577
hfsc_rtsc_min(struct hfsc_runtime_sc *rtsc, struct hfsc_internal_sc *isc,
sys/net/hfsc.c
158
struct hfsc_runtime_sc cl_virtual; /* virtual curve */
sys/net/hfsc.c
159
struct hfsc_runtime_sc cl_ulimit; /* upperlimit curve */
sys/net/hfsc.c
239
void hfsc_rtsc_init(struct hfsc_runtime_sc *,
sys/net/hfsc.c
241
u_int64_t hfsc_rtsc_y2x(struct hfsc_runtime_sc *, u_int64_t);
sys/net/hfsc.c
242
u_int64_t hfsc_rtsc_x2y(struct hfsc_runtime_sc *, u_int64_t);
sys/net/hfsc.c
243
void hfsc_rtsc_min(struct hfsc_runtime_sc *,