INIT_HLIST_NODE(&hctx->cpuhp_dead); } }static void blk_mq_remove_cpuhp(struct blk_mq_hw_ctx *hctx) { mutex_lock(&blk_mq_cpuhp_lock); __blk_mq_remove_cpuhp(hctx); mutex_unlock(&blk_mq_cpuhp_lock); }static void __blk_mq_add_cpuhp(struct blk_mq_hw_ctx *hctx) ...