Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dbfq-iosched.c2920 cur_bfqq->entity.parent->last_bfqq_created == cur_bfqq) in bfq_reassign_last_bfqq()
2921 cur_bfqq->entity.parent->last_bfqq_created = new_bfqq; in bfq_reassign_last_bfqq()
2922 else if (cur_bfqq->bfqd && cur_bfqq->bfqd->last_bfqq_created == cur_bfqq) in bfq_reassign_last_bfqq()
2923 cur_bfqq->bfqd->last_bfqq_created = new_bfqq; in bfq_reassign_last_bfqq()
5428 struct bfq_queue *last_bfqq_created) in bfq_do_early_stable_merge() argument
5431 bfq_setup_merge(bfqq, last_bfqq_created); in bfq_do_early_stable_merge()
5503 &bfqq->entity.parent->last_bfqq_created : in bfq_do_or_sched_stable_merge()
5504 &bfqd->last_bfqq_created; in bfq_do_or_sched_stable_merge()
5506 struct bfq_queue *last_bfqq_created = *source_bfqq; in bfq_do_or_sched_stable_merge() local
5527 if (!last_bfqq_created || in bfq_do_or_sched_stable_merge()
[all …]
Dbfq-cgroup.c550 entity->last_bfqq_created = NULL; in bfq_pd_init()
670 entity->parent->last_bfqq_created == bfqq) in bfq_bfqq_move()
671 entity->parent->last_bfqq_created = NULL; in bfq_bfqq_move()
672 else if (bfqd->last_bfqq_created == bfqq) in bfq_bfqq_move()
673 bfqd->last_bfqq_created = NULL; in bfq_bfqq_move()
Dbfq-iosched.h202 struct bfq_queue *last_bfqq_created; member
594 struct bfq_queue *last_bfqq_created; member