Lines Matching defs:front
171 unsigned int front; /* Index of the front slot. */
893 i = (grp->front + slot) % QFQ_MAX_SLOTS;
902 return hlist_entry(grp->slots[grp->front].first,
915 if (hlist_empty(&grp->slots[grp->front]))
936 grp->front = (grp->front + i) % QFQ_MAX_SLOTS;
957 grp->front = (grp->front - i) % QFQ_MAX_SLOTS;
1354 i = (grp->front + offset) % QFQ_MAX_SLOTS;
1363 * not in the front bucket, or if the latter has other aggregates in
1364 * the front bucket, we can simply remove the aggregate with no other
1400 } else if (hlist_empty(&grp->slots[grp->front])) {