Home
last modified time | relevance | path

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

/netbsd-src/sys/altq/
H A Daltq_jobs.h283 struct jobs_class { struct
284 TSLIST *arv_tm; /* list of timestamps */
285 struct jobs_if *cl_jif; /* back pointer to jif */
286 class_queue_t *cl_q; /* class queue structure */
288 int cl_pri; /* priority */
289 int cl_flags; /* class flags */
291 u_long cl_handle; /* class handle */
299 int64_t service_rate; /* bps that should be out */
300 int64_t min_rate_adc; /* bps that should be out for ADC/ARC */
302 u_int64_t current_loss; /* % of packets dropped */
[all …]