Lines Matching defs:slots
91 * Maximum number of consecutive slots occupied by backlogged classes
174 unsigned long full_slots; /* non-empty slots */
177 struct hlist_head slots[QFQ_MAX_SLOTS];
834 * this would cause non-empty slots to be right-shifted by one
900 hlist_add_head(&agg->next, &grp->slots[i]);
907 return hlist_entry(grp->slots[grp->front].first,
920 if (hlist_empty(&grp->slots[grp->front]))
951 * move the objects. The mask of occupied slots must be shifted
1363 if (hlist_empty(&grp->slots[i]))
1406 } else if (hlist_empty(&grp->slots[grp->front])) {
1461 INIT_HLIST_HEAD(&grp->slots[j]);