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

/linux-master/block/
H A Dbfq-cgroup.c709 struct bfq_queue *sync_bfqq,
716 if (!sync_bfqq->new_bfqq && !bfq_bfqq_coop(sync_bfqq)) {
718 if (sync_bfqq->entity.sched_data != &bfqg->sched_data)
719 bfq_bfqq_move(bfqd, sync_bfqq, bfqg);
728 for (bfqq = sync_bfqq; bfqq; bfqq = bfqq->new_bfqq)
737 * below sync_bfqq->new_bfqq. Similarly if the merge
742 bfq_put_cooperator(sync_bfqq);
744 bfq_release_process_ref(bfqd, sync_bfqq);
766 struct bfq_queue *sync_bfqq local
708 bfq_sync_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *sync_bfqq, struct bfq_io_cq *bic, struct bfq_group *bfqg, unsigned int act_idx) argument
[all...]

Completed in 146 milliseconds