Searched refs:cpuhp_dead (Results 1 – 3 of 3) sorted by relevance
3802 hctx = hlist_entry_safe(node, struct blk_mq_hw_ctx, cpuhp_dead); in blk_mq_hctx_notify_dead()3838 if (!hlist_unhashed(&hctx->cpuhp_dead)) { in __blk_mq_remove_cpuhp()3840 &hctx->cpuhp_dead); in __blk_mq_remove_cpuhp()3841 INIT_HLIST_NODE(&hctx->cpuhp_dead); in __blk_mq_remove_cpuhp()3861 if (hlist_unhashed(&hctx->cpuhp_dead)) in __blk_mq_add_cpuhp()3863 &hctx->cpuhp_dead); in __blk_mq_add_cpuhp()4039 INIT_HLIST_NODE(&hctx->cpuhp_dead); in blk_mq_alloc_hctx()4502 hlist_unhashed(&hctx->cpuhp_dead); in blk_mq_hctx_is_reusable()
773 bs = hlist_entry_safe(node, struct bio_set, cpuhp_dead); in bio_cpu_dead()789 cpuhp_state_remove_instance_nocalls(CPUHP_BIO_DEAD, &bs->cpuhp_dead); in bio_alloc_cache_destroy()2103 cpuhp_state_add_instance_nocalls(CPUHP_BIO_DEAD, &bs->cpuhp_dead); in bioset_init()
739 struct hlist_node cpuhp_dead; member