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

/linux-master/block/
H A Dbfq-iosched.c3100 cur_bfqq->entity.parent->last_bfqq_created == cur_bfqq)
3101 cur_bfqq->entity.parent->last_bfqq_created = new_bfqq;
3102 else if (cur_bfqq->bfqd && cur_bfqq->bfqd->last_bfqq_created == cur_bfqq)
3103 cur_bfqq->bfqd->last_bfqq_created = new_bfqq;
5682 struct bfq_queue *last_bfqq_created)
5684 unsigned int a_idx = last_bfqq_created->actuator_idx;
5686 bfq_setup_merge(bfqq, last_bfqq_created);
5758 &bfqq->entity.parent->last_bfqq_created :
5759 &bfqd->last_bfqq_created;
5761 struct bfq_queue *last_bfqq_created local
5680 bfq_do_early_stable_merge(struct bfq_data *bfqd, struct bfq_queue *bfqq, struct bfq_io_cq *bic, struct bfq_queue *last_bfqq_created) argument
[all...]
H A Dbfq-iosched.h213 struct bfq_queue *last_bfqq_created; member in struct:bfq_entity
637 struct bfq_queue *last_bfqq_created; member in struct:bfq_data
H A Dbfq-cgroup.c539 entity->last_bfqq_created = NULL;
683 entity->parent->last_bfqq_created == bfqq)
684 entity->parent->last_bfqq_created = NULL;
685 else if (bfqd->last_bfqq_created == bfqq)
686 bfqd->last_bfqq_created = NULL;

Completed in 126 milliseconds