Searched refs:first_idle (Results 1 – 3 of 3) sorted by relevance
344 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() local613 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() local684 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()
54 struct bfq_entity *first_idle; member
849 struct bfq_entity *entity = st->first_idle; in bfq_flush_idle_tree()851 for (; entity ; entity = st->first_idle) in bfq_flush_idle_tree()