Home
last modified time | relevance | path

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

/dragonfly/sys/net/altq/
H A Daltq_hfsc.h151 typedef TAILQ_HEAD(_eligible, hfsc_class) ellist_t; typedef
235 ellist_t *hif_eligible; /* eligible list */
H A Daltq_hfsc.c106 static ellist_t *ellist_alloc(void);
107 static void ellist_destroy(ellist_t *);
111 struct hfsc_class *ellist_get_mindl(ellist_t *, uint64_t);
1196 static ellist_t *
1199 ellist_t *head; in ellist_alloc()
1207 ellist_destroy(ellist_t *head) in ellist_destroy()
1281 ellist_get_mindl(ellist_t *head, uint64_t cur_time) in ellist_get_mindl()