Lines Matching defs:hfsc_runtime_sc
94 struct hfsc_runtime_sc {
158 struct hfsc_runtime_sc cl_deadline; /* deadline curve */
159 struct hfsc_runtime_sc cl_eligible; /* eligible curve */
160 struct hfsc_runtime_sc cl_virtual; /* virtual curve */
161 struct hfsc_runtime_sc cl_ulimit; /* upperlimit curve */
241 void hfsc_rtsc_init(struct hfsc_runtime_sc *,
243 u_int64_t hfsc_rtsc_y2x(struct hfsc_runtime_sc *, u_int64_t);
244 u_int64_t hfsc_rtsc_x2y(struct hfsc_runtime_sc *, u_int64_t);
245 void hfsc_rtsc_min(struct hfsc_runtime_sc *,
1521 hfsc_rtsc_init(struct hfsc_runtime_sc *rtsc, struct hfsc_internal_sc * isc,
1539 hfsc_rtsc_y2x(struct hfsc_runtime_sc *rtsc, u_int64_t y)
1560 hfsc_rtsc_x2y(struct hfsc_runtime_sc *rtsc, u_int64_t x)
1581 hfsc_rtsc_min(struct hfsc_runtime_sc *rtsc, struct hfsc_internal_sc *isc,