Searched refs:hfsc_internal_sc (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/net/ |
H A D | hfsc.c | 84 struct hfsc_internal_sc { struct 155 struct hfsc_internal_sc *cl_rsc; /* internal real-time service curve */ 156 struct hfsc_internal_sc *cl_fsc; /* internal fair service curve */ 157 struct hfsc_internal_sc *cl_usc; /* internal upperlimit service curve */ 240 void hfsc_sc2isc(struct hfsc_sc *, struct hfsc_internal_sc *); 242 struct hfsc_internal_sc *, u_int64_t, u_int64_t); 246 struct hfsc_internal_sc *, u_int64_t, u_int64_t); 379 pool_init(&hfsc_internal_sc_pl, sizeof(struct hfsc_internal_sc), 0, in hfsc_initialize() 1506 hfsc_sc2isc(struct hfsc_sc *sc, struct hfsc_internal_sc *isc) in hfsc_sc2isc() 1521 hfsc_rtsc_init(struct hfsc_runtime_sc *rtsc, struct hfsc_internal_sc * isc, in hfsc_rtsc_init() [all …]
|