Lines Matching refs:hctx_list
3672 list_for_each_entry(hctx, head, hctx_list) in __blk_mq_remove_cpuhp_list()
3683 LIST_HEAD(hctx_list); in blk_mq_remove_hw_queues_cpuhp()
3686 list_splice_init(&q->unused_hctx_list, &hctx_list); in blk_mq_remove_hw_queues_cpuhp()
3690 __blk_mq_remove_cpuhp_list(&hctx_list); in blk_mq_remove_hw_queues_cpuhp()
3694 list_splice(&hctx_list, &q->unused_hctx_list); in blk_mq_remove_hw_queues_cpuhp()
3765 list_add(&hctx->hctx_list, &q->unused_hctx_list); in blk_mq_exit_hctx()
3841 INIT_LIST_HEAD(&hctx->hctx_list); in blk_mq_alloc_hctx()
4178 WARN_ON_ONCE(hctx && list_empty(&hctx->hctx_list)); in blk_mq_release()
4181 list_for_each_entry_safe(hctx, next, &q->unused_hctx_list, hctx_list) { in blk_mq_release()
4182 list_del_init(&hctx->hctx_list); in blk_mq_release()
4298 list_for_each_entry(tmp, &q->unused_hctx_list, hctx_list) { in blk_mq_alloc_and_init_hctx()
4305 list_del_init(&hctx->hctx_list); in blk_mq_alloc_and_init_hctx()