Lines Matching defs:first_idle
355 if (entity == st->first_idle) {
357 st->first_idle = bfq_entity_of(next);
596 struct bfq_entity *first_idle = st->first_idle;
599 if (!first_idle || bfq_gt(first_idle->finish, entity->finish))
600 st->first_idle = entity;
658 struct bfq_entity *first_idle = st->first_idle;
670 if (first_idle && !bfq_gt(first_idle->finish, st->vtime))
671 bfq_put_idle_entity(st, first_idle);