Searched defs:fairq_class (Results 1 – 1 of 1) sorted by relevance
93 struct fairq_class { struct94 uint32_t cl_handle; /* class handle */95 u_int cl_nbuckets; /* (power of 2) */96 u_int cl_nbucket_mask; /* bucket mask */97 fairq_bucket_t *cl_buckets;98 fairq_bucket_t *cl_head; /* head of circular bucket list */99 struct red *cl_red; /* RED state */100 int cl_advanced; /* already advanced head */101 uint64_t cl_hogs_m1;102 uint64_t cl_lssc_m1;[all …]