Home
last modified time | relevance | path

Searched refs:last_idle (Results 1 – 2 of 2) sorted by relevance

/block/
Dbfq-wf2q.c349 if (entity == st->last_idle) { in bfq_idle_extract()
351 st->last_idle = bfq_entity_of(next); in bfq_idle_extract()
611 struct bfq_entity *last_idle = st->last_idle; in bfq_idle_insert() local
615 if (!last_idle || bfq_gt(entity->finish, last_idle->finish)) in bfq_idle_insert()
616 st->last_idle = entity; in bfq_idle_insert()
673 struct bfq_entity *last_idle = st->last_idle; in bfq_forget_idle() local
675 if (RB_EMPTY_ROOT(&st->active) && last_idle && in bfq_forget_idle()
676 !bfq_gt(last_idle->finish, st->vtime)) { in bfq_forget_idle()
681 st->vtime = last_idle->finish; in bfq_forget_idle()
Dbfq-iosched.h56 struct bfq_entity *last_idle; member