Lines Matching defs:first_idle
347 if (entity == st->first_idle) {
349 st->first_idle = bfq_entity_of(next);
613 struct bfq_entity *first_idle = st->first_idle;
616 if (!first_idle || bfq_gt(first_idle->finish, entity->finish))
617 st->first_idle = entity;
675 struct bfq_entity *first_idle = st->first_idle;
687 if (first_idle && !bfq_gt(first_idle->finish, st->vtime))
688 bfq_put_idle_entity(st, first_idle);