Home
last modified time | relevance | path

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

/linux-6.1.9/block/
Dbfq-wf2q.c329 if (entity == st->first_idle) { in bfq_idle_extract()
331 st->first_idle = bfq_entity_of(next); in bfq_idle_extract()
595 struct bfq_entity *first_idle = st->first_idle; in bfq_idle_insert() local
598 if (!first_idle || bfq_gt(first_idle->finish, entity->finish)) in bfq_idle_insert()
599 st->first_idle = entity; in bfq_idle_insert()
657 struct bfq_entity *first_idle = st->first_idle; in bfq_forget_idle() local
669 if (first_idle && !bfq_gt(first_idle->finish, st->vtime)) in bfq_forget_idle()
670 bfq_put_idle_entity(st, first_idle); in bfq_forget_idle()
Dbfq-iosched.h53 struct bfq_entity *first_idle; member
Dbfq-cgroup.c854 struct bfq_entity *entity = st->first_idle; in bfq_flush_idle_tree()
856 for (; entity ; entity = st->first_idle) in bfq_flush_idle_tree()