Searched refs:hctx_list (Results 1 – 2 of 2) sorted by relevance
3796 list_for_each_entry(hctx, head, hctx_list) in __blk_mq_remove_cpuhp_list()3807 LIST_HEAD(hctx_list); in blk_mq_remove_hw_queues_cpuhp()3810 list_splice_init(&q->unused_hctx_list, &hctx_list); in blk_mq_remove_hw_queues_cpuhp()3814 __blk_mq_remove_cpuhp_list(&hctx_list); in blk_mq_remove_hw_queues_cpuhp()3818 list_splice(&hctx_list, &q->unused_hctx_list); in blk_mq_remove_hw_queues_cpuhp()3889 list_add(&hctx->hctx_list, &q->unused_hctx_list); in blk_mq_exit_hctx()3965 INIT_LIST_HEAD(&hctx->hctx_list); in blk_mq_alloc_hctx()4314 WARN_ON_ONCE(hctx && list_empty(&hctx->hctx_list)); in blk_mq_release()4317 list_for_each_entry_safe(hctx, next, &q->unused_hctx_list, hctx_list) { in blk_mq_release()4318 list_del_init(&hctx->hctx_list); in blk_mq_release()[all …]
443 struct list_head hctx_list; member