Searched defs:hfsc_classstats (Results 1 – 1 of 1) sorted by relevance
68 struct hfsc_classstats { struct69 u_int class_id;70 u_int32_t class_handle;71 struct service_curve rsc;72 struct service_curve fsc;73 struct service_curve usc; /* upper limit service curve */75 u_int64_t total; /* total work in bytes */76 u_int64_t cumul; /* cumulative work in bytes78 u_int64_t d; /* deadline */79 u_int64_t e; /* eligible time */[all …]