Lines Matching refs:alist
139 struct list_head alist; /* Link for active-classes list. */
325 list_add_tail(&cl->alist, &agg->active);
326 if (list_first_entry(&agg->active, struct qfq_class, alist) ==
352 list_del(&cl->alist); /* remove from RR queue of the aggregate */
993 list_del(&cl->alist);
996 list_move_tail(&cl->alist, &agg->active);
1008 *cl = list_first_entry(&agg->active, struct qfq_class, alist);
1267 list_first_entry(&agg->active, struct qfq_class, alist)
1269 list_move_tail(&cl->alist, &agg->active);
1276 list_add_tail(&cl->alist, &agg->active);
1278 if (list_first_entry(&agg->active, struct qfq_class, alist) != cl ||