Searched refs:hfsc_class (Results 1 – 1 of 1) sorted by relevance
111 struct hfsc_class;112 TAILQ_HEAD(hfsc_eligible, hfsc_class);113 TAILQ_HEAD(hfsc_active, hfsc_class);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 */ argument168 TAILQ_ENTRY(hfsc_class) cl_actlist; /* active children list entry */ argument169 TAILQ_ENTRY(hfsc_class) cl_ellist; /* eligible list entry */183 struct hfsc_class *hif_rootclass; /* root class */ argument[all …]