Home
last modified time | relevance | path

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

/netbsd/src/sys/altq/
Daltq_hfsc.c207 hif->hif_eligible = ellist_alloc(); in hfsc_add_altq()
208 if (hif->hif_eligible == NULL) { in hfsc_add_altq()
233 ellist_destroy(hif->hif_eligible); in hfsc_remove_altq()
763 if ((cl = ellist_get_mindl(hif->hif_eligible, cur_time)) in hfsc_dequeue()
1196 if ((p = TAILQ_LAST(hif->hif_eligible, _eligible)) == NULL || in ellist_insert()
1198 TAILQ_INSERT_TAIL(hif->hif_eligible, cl, cl_ellist); in ellist_insert()
1202 TAILQ_FOREACH(p, hif->hif_eligible, cl_ellist) { in ellist_insert()
1216 TAILQ_REMOVE(hif->hif_eligible, cl, cl_ellist); in ellist_remove()
1234 last = TAILQ_LAST(hif->hif_eligible, _eligible); in ellist_update()
1237 TAILQ_REMOVE(hif->hif_eligible, cl, cl_ellist); in ellist_update()
[all …]
Daltq_hfsc.h308 ellist_t *hif_eligible; /* eligible list */ member