Home
last modified time | relevance | path

Searched refs:first_idle (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/block/
Dbfq-wf2q.c353 if (entity == st->first_idle) { in bfq_idle_extract()
355 st->first_idle = bfq_entity_of(next); in bfq_idle_extract()
619 struct bfq_entity *first_idle = st->first_idle; in bfq_idle_insert() local
622 if (!first_idle || bfq_gt(first_idle->finish, entity->finish)) in bfq_idle_insert()
623 st->first_idle = entity; in bfq_idle_insert()
681 struct bfq_entity *first_idle = st->first_idle; in bfq_forget_idle() local
693 if (first_idle && !bfq_gt(first_idle->finish, st->vtime)) in bfq_forget_idle()
694 bfq_put_idle_entity(st, first_idle); in bfq_forget_idle()
Dbfq-iosched.h59 struct bfq_entity *first_idle; member
Dbfq-cgroup.c717 struct bfq_entity *entity = st->first_idle; in bfq_flush_idle_tree()
719 for (; entity ; entity = st->first_idle) in bfq_flush_idle_tree()