Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Diova.h40 struct hlist_node cpuhp_dead; member
H A Dbio.h707 struct hlist_node cpuhp_dead; member
H A Dblk-mq.h413 struct hlist_node cpuhp_dead; member
/openbmc/linux/drivers/iommu/
H A Diova.c38 iovad = hlist_entry_safe(node, struct iova_domain, cpuhp_dead); in iova_cpuhp_dead()
499 &iovad->cpuhp_dead); in iova_domain_free_rcaches()
758 &iovad->cpuhp_dead); in iova_domain_init_rcaches()
/openbmc/linux/block/
H A Dbio.c733 bs = hlist_entry_safe(node, struct bio_set, cpuhp_dead); in bio_cpu_dead()
749 cpuhp_state_remove_instance_nocalls(CPUHP_BIO_DEAD, &bs->cpuhp_dead); in bio_alloc_cache_destroy()
1772 cpuhp_state_add_instance_nocalls(CPUHP_BIO_DEAD, &bs->cpuhp_dead); in bioset_init()
H A Dblk-mq.c3602 hctx = hlist_entry_safe(node, struct blk_mq_hw_ctx, cpuhp_dead); in blk_mq_hctx_notify_dead()
3638 if (!hlist_unhashed(&hctx->cpuhp_dead)) { in __blk_mq_remove_cpuhp()
3640 &hctx->cpuhp_dead); in __blk_mq_remove_cpuhp()
3641 INIT_HLIST_NODE(&hctx->cpuhp_dead); in __blk_mq_remove_cpuhp()
3661 if (hlist_unhashed(&hctx->cpuhp_dead)) in __blk_mq_add_cpuhp()
3663 &hctx->cpuhp_dead); in __blk_mq_add_cpuhp()
3836 INIT_HLIST_NODE(&hctx->cpuhp_dead); in blk_mq_alloc_hctx()
4287 hlist_unhashed(&hctx->cpuhp_dead); in blk_mq_hctx_is_reusable()