Home
last modified time | relevance | path

Searched defs:hfsc_classstats (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/altq/
H A Daltq_hfsc.h68 struct hfsc_classstats { struct
69 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 bytes
78 u_int64_t d; /* deadline */
79 u_int64_t e; /* eligible time */
[all …]