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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.h326 ellist_t hif_eligible; /* eligible list */ member in struct:hfsc_if
H A Dpktsched_hfsc.c208 TAILQ_INIT(&hif->hif_eligible);
853 if ((cl = ellist_get_mindl(&hif->hif_eligible, cur_time))
1458 if ((p = TAILQ_LAST(&hif->hif_eligible, _eligible)) == NULL ||
1460 TAILQ_INSERT_TAIL(&hif->hif_eligible, cl, cl_ellist);
1464 TAILQ_FOREACH(p, &hif->hif_eligible, cl_ellist) {
1478 TAILQ_REMOVE(&hif->hif_eligible, cl, cl_ellist);
1496 last = TAILQ_LAST(&hif->hif_eligible, _eligible);
1499 TAILQ_REMOVE(&hif->hif_eligible, cl, cl_ellist);
1500 TAILQ_INSERT_TAIL(&hif->hif_eligible, cl, cl_ellist);
1510 TAILQ_REMOVE(&hif->hif_eligible, c
[all...]

Completed in 23 milliseconds