Lines Matching refs:last_bfqq_created

3100 	    cur_bfqq->entity.parent->last_bfqq_created == cur_bfqq)  in bfq_reassign_last_bfqq()
3101 cur_bfqq->entity.parent->last_bfqq_created = new_bfqq; in bfq_reassign_last_bfqq()
3102 else if (cur_bfqq->bfqd && cur_bfqq->bfqd->last_bfqq_created == cur_bfqq) in bfq_reassign_last_bfqq()
3103 cur_bfqq->bfqd->last_bfqq_created = new_bfqq; in bfq_reassign_last_bfqq()
5682 struct bfq_queue *last_bfqq_created) in bfq_do_early_stable_merge() argument
5684 unsigned int a_idx = last_bfqq_created->actuator_idx; in bfq_do_early_stable_merge()
5686 bfq_setup_merge(bfqq, last_bfqq_created); in bfq_do_early_stable_merge()
5758 &bfqq->entity.parent->last_bfqq_created : in bfq_do_or_sched_stable_merge()
5759 &bfqd->last_bfqq_created; in bfq_do_or_sched_stable_merge()
5761 struct bfq_queue *last_bfqq_created = *source_bfqq; in bfq_do_or_sched_stable_merge() local
5786 if (!last_bfqq_created || in bfq_do_or_sched_stable_merge()
5787 time_before(last_bfqq_created->creation_time + in bfq_do_or_sched_stable_merge()
5790 bfqq->entity.parent != last_bfqq_created->entity.parent || in bfq_do_or_sched_stable_merge()
5791 bfqq->ioprio != last_bfqq_created->ioprio || in bfq_do_or_sched_stable_merge()
5792 bfqq->ioprio_class != last_bfqq_created->ioprio_class || in bfq_do_or_sched_stable_merge()
5793 bfqq->actuator_idx != last_bfqq_created->actuator_idx) in bfq_do_or_sched_stable_merge()
5795 else if (time_after_eq(last_bfqq_created->creation_time + in bfq_do_or_sched_stable_merge()
5807 last_bfqq_created); in bfq_do_or_sched_stable_merge()
5814 last_bfqq_created->ref++; in bfq_do_or_sched_stable_merge()
5819 last_bfqq_created->stable_ref++; in bfq_do_or_sched_stable_merge()
5823 bic->bfqq_data[last_bfqq_created->actuator_idx].stable_merge_bfqq = in bfq_do_or_sched_stable_merge()
5824 last_bfqq_created; in bfq_do_or_sched_stable_merge()