Searched refs:hfsc_class (Results 1 – 2 of 2) sorted by relevance
84 static struct hfsc_class *hfsc_nextclass(struct hfsc_class *);111 static struct hfsc_class *actlist_firstfit(struct hfsc_class *,245 struct hfsc_class *cl; in hfsc_remove_queue()260 struct hfsc_class *cl; in hfsc_getqstats()305 struct hfsc_class *cl; in hfsc_clear_interface()344 struct hfsc_class *cl; in hfsc_purge()353 struct hfsc_class *1125 struct hfsc_class *p; in update_cfmin()1157 struct hfsc_class *p; in ellist_insert()1221 struct hfsc_class *[all …]
214 struct hfsc_class { struct221 struct hfsc_class *cl_parent; /* parent class */ argument222 struct hfsc_class *cl_siblings; /* sibling classes */ argument223 struct hfsc_class *cl_children; /* child classes */ argument270 TAILQ_HEAD(acthead, hfsc_class) cl_actc; /* active children list */ argument272 TAILQ_ENTRY(hfsc_class) cl_ellist; /* eligible list entry */287 struct hfsc_class *hif_rootclass; /* root class */ argument288 struct hfsc_class *hif_defaultclass; /* default class */289 struct hfsc_class *hif_class_tbl[HFSC_MAX_CLASSES];290 struct hfsc_class *hif_pollcache; /* cache for poll operation */[all …]