Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dbfq-iosched.c2383 if (bfqg->async_bfqq[i][j]) in bfq_end_wr_async_queues()
2384 bfq_bfqq_end_wr(bfqg->async_bfqq[i][j]); in bfq_end_wr_async_queues()
4445 struct bfq_queue *async_bfqq = in bfq_select_queue() local
4523 if (async_bfqq && in bfq_select_queue()
4524 icq_to_bic(async_bfqq->next_rq->elv.icq) == bfqq->bic && in bfq_select_queue()
4525 bfq_serv_to_charge(async_bfqq->next_rq, async_bfqq) <= in bfq_select_queue()
4526 bfq_bfqq_budget_left(async_bfqq)) in bfq_select_queue()
5141 return &bfqg->async_bfqq[0][ioprio]; in bfq_async_queue_prio()
5146 return &bfqg->async_bfqq[1][ioprio]; in bfq_async_queue_prio()
5160 struct bfq_queue **async_bfqq = NULL; in bfq_get_queue() local
[all …]
H A Dbfq-iosched.h912 struct bfq_queue *async_bfqq[2][IOPRIO_BE_NR]; member
929 struct bfq_queue *async_bfqq[2][IOPRIO_BE_NR]; member
H A Dbfq-cgroup.c708 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, 0); in __bfq_bic_change_cgroup() local
712 if (async_bfqq) { in __bfq_bic_change_cgroup()
713 entity = &async_bfqq->entity; in __bfq_bic_change_cgroup()
717 bfq_release_process_ref(bfqd, async_bfqq); in __bfq_bic_change_cgroup()