Lines Matching defs:slots
91 * Maximum number of consecutive slots occupied by backlogged classes
172 unsigned long full_slots; /* non-empty slots */
175 struct hlist_head slots[QFQ_MAX_SLOTS];
829 * this would cause non-empty slots to be right-shifted by one
895 hlist_add_head(&agg->next, &grp->slots[i]);
902 return hlist_entry(grp->slots[grp->front].first,
915 if (hlist_empty(&grp->slots[grp->front]))
946 * move the objects. The mask of occupied slots must be shifted
1357 if (hlist_empty(&grp->slots[i]))
1400 } else if (hlist_empty(&grp->slots[grp->front])) {
1455 INIT_HLIST_HEAD(&grp->slots[j]);