Lines Matching refs:hif_eligible
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);
1238 TAILQ_INSERT_TAIL(hif->hif_eligible, cl, cl_ellist);
1248 TAILQ_REMOVE(hif->hif_eligible, cl, cl_ellist);
1720 hif->hif_eligible = ellist_alloc();
1721 if (hif->hif_eligible == NULL) {
1755 ellist_destroy(hif->hif_eligible);