Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dcfq-iosched.c310 struct cfq_queue *async_cfqq[2][IOPRIO_BE_NR]; member
1647 if (cfqg->async_cfqq[0][i]) in cfq_pd_offline()
1648 cfq_put_queue(cfqg->async_cfqq[0][i]); in cfq_pd_offline()
1649 if (cfqg->async_cfqq[1][i]) in cfq_pd_offline()
1650 cfq_put_queue(cfqg->async_cfqq[1][i]); in cfq_pd_offline()
3797 return &cfqg->async_cfqq[0][ioprio]; in cfq_async_queue_prio()
3802 return &cfqg->async_cfqq[1][ioprio]; in cfq_async_queue_prio()
3816 struct cfq_queue **async_cfqq = NULL; in cfq_get_queue() local
3833 async_cfqq = cfq_async_queue_prio(cfqg, ioprio_class, ioprio); in cfq_get_queue()
3834 cfqq = *async_cfqq; in cfq_get_queue()
[all …]