Lines Matching defs:front
173 unsigned int front; /* Index of the front slot. */
898 i = (grp->front + slot) % QFQ_MAX_SLOTS;
907 return hlist_entry(grp->slots[grp->front].first,
920 if (hlist_empty(&grp->slots[grp->front]))
941 grp->front = (grp->front + i) % QFQ_MAX_SLOTS;
962 grp->front = (grp->front - i) % QFQ_MAX_SLOTS;
1360 i = (grp->front + offset) % QFQ_MAX_SLOTS;
1369 * not in the front bucket, or if the latter has other aggregates in
1370 * the front bucket, we can simply remove the aggregate with no other
1406 } else if (hlist_empty(&grp->slots[grp->front])) {