Searched defs:hfsc_classstats (Results 1 – 1 of 1) sorted by relevance
64 struct hfsc_classstats { struct65 u_int class_id;66 uint32_t class_handle;67 struct service_curve rsc;68 struct service_curve fsc;69 struct service_curve usc; /* upper limit service curve */71 uint64_t total; /* total work in bytes */72 uint64_t cumul; /* cumulative work in bytes74 uint64_t d; /* deadline */75 uint64_t e; /* eligible time */[all …]