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

/linux-master/block/
H A Dbfq-iosched.c2744 bfq_setup_merge(struct bfq_queue *bfqq, struct bfq_queue *new_bfqq) argument
2750 * If there are no process references on the new_bfqq, then it is
2751 * unsafe to follow the ->new_bfqq chain as other bfqq's in the chain
2755 if (!bfqq_process_refs(new_bfqq))
2759 while ((__bfqq = new_bfqq->new_bfqq)) {
2762 new_bfqq = __bfqq;
2766 new_process_refs = bfqq_process_refs(new_bfqq);
2779 if (new_bfqq->entity.parent != bfqq->entity.parent)
2783 new_bfqq
2819 bfq_may_be_close_cooperator(struct bfq_queue *bfqq, struct bfq_queue *new_bfqq) argument
2858 struct bfq_queue *new_bfqq = NULL; local
2909 struct bfq_queue *in_service_bfqq, *new_bfqq; local
3097 bfq_reassign_last_bfqq(struct bfq_queue *cur_bfqq, struct bfq_queue *new_bfqq) argument
3129 bfq_merge_bfqqs(struct bfq_data *bfqd, struct bfq_io_cq *bic, struct bfq_queue *bfqq, struct bfq_queue *new_bfqq) argument
3232 struct bfq_queue *bfqq = bfqd->bio_bfqq, *new_bfqq; local
5685 struct bfq_queue *new_bfqq = local
6154 *new_bfqq = bfq_setup_cooperator(bfqd, bfqq, rq, true, local
[all...]
H A Dbfq-iosched.h270 struct bfq_queue *new_bfqq; member in struct:bfq_queue
H A Dbfq-cgroup.c716 if (!sync_bfqq->new_bfqq && !bfq_bfqq_coop(sync_bfqq)) {
728 for (bfqq = sync_bfqq; bfqq; bfqq = bfqq->new_bfqq)
735 * clearing new_bfqq) as there may be other processes
737 * below sync_bfqq->new_bfqq. Similarly if the merge

Completed in 135 milliseconds