Home
last modified time | relevance | path

Searched refs:hfsc_class (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_hfsc.c84 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 …]
H A Daltq_hfsc.h214 struct hfsc_class { struct
221 struct hfsc_class *cl_parent; /* parent class */ argument
222 struct hfsc_class *cl_siblings; /* sibling classes */ argument
223 struct hfsc_class *cl_children; /* child classes */ argument
270 TAILQ_HEAD(acthead, hfsc_class) cl_actc; /* active children list */ argument
272 TAILQ_ENTRY(hfsc_class) cl_ellist; /* eligible list entry */
287 struct hfsc_class *hif_rootclass; /* root class */ argument
288 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 …]