Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dbfq-iosched.c3080 cur_bfqq->entity.parent->last_bfqq_created == cur_bfqq) in bfq_reassign_last_bfqq()
3081 cur_bfqq->entity.parent->last_bfqq_created = new_bfqq; in bfq_reassign_last_bfqq()
3082 else if (cur_bfqq->bfqd && cur_bfqq->bfqd->last_bfqq_created == cur_bfqq) in bfq_reassign_last_bfqq()
3083 cur_bfqq->bfqd->last_bfqq_created = new_bfqq; in bfq_reassign_last_bfqq()
5587 struct bfq_queue *last_bfqq_created) in bfq_do_early_stable_merge() argument
5590 bfq_setup_merge(bfqq, last_bfqq_created); in bfq_do_early_stable_merge()
5662 &bfqq->entity.parent->last_bfqq_created : in bfq_do_or_sched_stable_merge()
5663 &bfqd->last_bfqq_created; in bfq_do_or_sched_stable_merge()
5665 struct bfq_queue *last_bfqq_created = *source_bfqq; in bfq_do_or_sched_stable_merge() local
5686 if (!last_bfqq_created || in bfq_do_or_sched_stable_merge()
[all …]
Dbfq-cgroup.c547 entity->last_bfqq_created = NULL; in bfq_pd_init()
685 entity->parent->last_bfqq_created == bfqq) in bfq_bfqq_move()
686 entity->parent->last_bfqq_created = NULL; in bfq_bfqq_move()
687 else if (bfqd->last_bfqq_created == bfqq) in bfq_bfqq_move()
688 bfqd->last_bfqq_created = NULL; in bfq_bfqq_move()
Dbfq-iosched.h204 struct bfq_queue *last_bfqq_created; member
593 struct bfq_queue *last_bfqq_created; member