first_idle 792 block/bfq-cgroup.c struct bfq_entity *entity = st->first_idle; first_idle 794 block/bfq-cgroup.c for (; entity ; entity = st->first_idle) first_idle 52 block/bfq-iosched.h struct bfq_entity *first_idle; first_idle 350 block/bfq-wf2q.c if (entity == st->first_idle) { first_idle 352 block/bfq-wf2q.c st->first_idle = bfq_entity_of(next); first_idle 618 block/bfq-wf2q.c struct bfq_entity *first_idle = st->first_idle; first_idle 621 block/bfq-wf2q.c if (!first_idle || bfq_gt(first_idle->finish, entity->finish)) first_idle 622 block/bfq-wf2q.c st->first_idle = entity; first_idle 686 block/bfq-wf2q.c struct bfq_entity *first_idle = st->first_idle; first_idle 698 block/bfq-wf2q.c if (first_idle && !bfq_gt(first_idle->finish, st->vtime)) first_idle 699 block/bfq-wf2q.c bfq_put_idle_entity(st, first_idle);