Searched defs:hfsc_class (Results 1 – 1 of 1) sorted by relevance
116 struct hfsc_class { struct121 struct hfsc_class *cl_parent; /* parent class */ argument122 struct hfsc_class *cl_siblings; /* sibling classes */ argument123 struct hfsc_class *cl_children; /* child classes */ argument125 struct hfsc_classq cl_q; /* class queue structure */ argument127 const struct pfq_ops *cl_qops; /* queue manager */128 void *cl_qdata; /* queue manager data */129 void *cl_cookie; /* queue manager cookie */131 u_int64_t cl_total; /* total work in bytes */132 u_int64_t cl_cumul; /* cumulative work in bytes[all …]