HomeSort by: relevance | last modified time | path
    Searched refs:hif_eligible (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_hfsc.c 207 hif->hif_eligible = ellist_alloc();
208 if (hif->hif_eligible == NULL) {
233 ellist_destroy(hif->hif_eligible);
763 if ((cl = ellist_get_mindl(hif->hif_eligible, cur_time))
1196 if ((p = TAILQ_LAST(hif->hif_eligible, _eligible)) == NULL ||
1198 TAILQ_INSERT_TAIL(hif->hif_eligible, cl, cl_ellist);
1202 TAILQ_FOREACH(p, hif->hif_eligible, cl_ellist) {
1216 TAILQ_REMOVE(hif->hif_eligible, cl, cl_ellist);
1234 last = TAILQ_LAST(hif->hif_eligible, _eligible);
1237 TAILQ_REMOVE(hif->hif_eligible, cl, cl_ellist)
    [all...]
altq_hfsc.h 308 ellist_t *hif_eligible; /* eligible list */ member in struct:hfsc_if

Completed in 13 milliseconds