Home
last modified time | relevance | path

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

/linux/block/
H A Dbfq-iosched.c3115 cur_bfqq->entity.parent->last_bfqq_created == cur_bfqq) in bfq_reassign_last_bfqq()
3116 cur_bfqq->entity.parent->last_bfqq_created = new_bfqq; in bfq_reassign_last_bfqq()
3117 else if (cur_bfqq->bfqd && cur_bfqq->bfqd->last_bfqq_created == cur_bfqq) in bfq_reassign_last_bfqq()
3118 cur_bfqq->bfqd->last_bfqq_created = new_bfqq; in bfq_reassign_last_bfqq()
5697 struct bfq_queue *last_bfqq_created) in bfq_do_early_stable_merge() argument
5699 unsigned int a_idx = last_bfqq_created->actuator_idx; in bfq_do_early_stable_merge()
5701 bfq_setup_merge(bfqq, last_bfqq_created); in bfq_do_early_stable_merge()
5771 &bfqq->entity.parent->last_bfqq_created : in bfq_do_or_sched_stable_merge()
5772 &bfqd->last_bfqq_created; in bfq_do_or_sched_stable_merge()
5774 struct bfq_queue *last_bfqq_created = *source_bfqq; in bfq_do_or_sched_stable_merge() local
[all …]
H A Dbfq-iosched.h213 struct bfq_queue *last_bfqq_created; member
637 struct bfq_queue *last_bfqq_created; member
H A Dbfq-cgroup.c539 entity->last_bfqq_created = NULL; in bfq_pd_init()