Home
last modified time | relevance | path

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

/block/
Dbfq-wf2q.c344 if (entity == st->first_idle) { in bfq_idle_extract()
346 st->first_idle = bfq_entity_of(next); in bfq_idle_extract()
610 struct bfq_entity *first_idle = st->first_idle; in bfq_idle_insert() local
613 if (!first_idle || bfq_gt(first_idle->finish, entity->finish)) in bfq_idle_insert()
614 st->first_idle = entity; in bfq_idle_insert()
672 struct bfq_entity *first_idle = st->first_idle; in bfq_forget_idle() local
684 if (first_idle && !bfq_gt(first_idle->finish, st->vtime)) in bfq_forget_idle()
685 bfq_put_idle_entity(st, first_idle); in bfq_forget_idle()
Dbfq-iosched.h54 struct bfq_entity *first_idle; member
Dbfq-cgroup.c849 struct bfq_entity *entity = st->first_idle; in bfq_flush_idle_tree()
851 for (; entity ; entity = st->first_idle) in bfq_flush_idle_tree()