Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dbfq-wf2q.c350 if (entity == st->first_idle) { in bfq_idle_extract()
352 st->first_idle = bfq_entity_of(next); in bfq_idle_extract()
616 struct bfq_entity *first_idle = st->first_idle; in bfq_idle_insert() local
619 if (!first_idle || bfq_gt(first_idle->finish, entity->finish)) in bfq_idle_insert()
620 st->first_idle = entity; in bfq_idle_insert()
678 struct bfq_entity *first_idle = st->first_idle; in bfq_forget_idle() local
690 if (first_idle && !bfq_gt(first_idle->finish, st->vtime)) in bfq_forget_idle()
691 bfq_put_idle_entity(st, first_idle); in bfq_forget_idle()
Dbfq-iosched.h52 struct bfq_entity *first_idle; member
Dbfq-cgroup.c786 struct bfq_entity *entity = st->first_idle; in bfq_flush_idle_tree()
788 for (; entity ; entity = st->first_idle) in bfq_flush_idle_tree()