Home
last modified time | relevance | path

Searched refs:first_idle (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dbfq-wf2q.c347 if (entity == st->first_idle) { in bfq_idle_extract()
349 st->first_idle = bfq_entity_of(next); in bfq_idle_extract()
613 struct bfq_entity *first_idle = st->first_idle; in bfq_idle_insert() local
616 if (!first_idle || bfq_gt(first_idle->finish, entity->finish)) in bfq_idle_insert()
617 st->first_idle = entity; in bfq_idle_insert()
675 struct bfq_entity *first_idle = st->first_idle; in bfq_forget_idle() local
687 if (first_idle in bfq_forget_idle()
[all...]
H A Dbfq-iosched.h54 struct bfq_entity *first_idle; member
H A Dbfq-cgroup.c843 struct bfq_entity *entity = st->first_idle; in bfq_flush_idle_tree()
845 for (; entity ; entity = st->first_idle) in bfq_flush_idle_tree()
/kernel/linux/linux-6.6/block/
H A Dbfq-wf2q.c355 if (entity == st->first_idle) { in bfq_idle_extract()
357 st->first_idle = bfq_entity_of(next); in bfq_idle_extract()
596 struct bfq_entity *first_idle = st->first_idle; in bfq_idle_insert() local
599 if (!first_idle || bfq_gt(first_idle->finish, entity->finish)) in bfq_idle_insert()
600 st->first_idle = entity; in bfq_idle_insert()
658 struct bfq_entity *first_idle = st->first_idle; in bfq_forget_idle() local
670 if (first_idle in bfq_forget_idle()
[all...]
H A Dbfq-iosched.h60 struct bfq_entity *first_idle; member
H A Dbfq-cgroup.c860 struct bfq_entity *entity = st->first_idle; in bfq_flush_idle_tree()
862 for (; entity ; entity = st->first_idle) in bfq_flush_idle_tree()

Completed in 11 milliseconds