Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-mq.c3851 hctx = hlist_entry_safe(node, struct blk_mq_hw_ctx, cpuhp_dead); in blk_mq_hctx_notify_dead()
3887 if (!hlist_unhashed(&hctx->cpuhp_dead)) { in __blk_mq_remove_cpuhp()
3889 &hctx->cpuhp_dead); in __blk_mq_remove_cpuhp()
3890 INIT_HLIST_NODE(&hctx->cpuhp_dead); in __blk_mq_remove_cpuhp()
3910 if (hlist_unhashed(&hctx->cpuhp_dead)) in __blk_mq_add_cpuhp()
3912 &hctx->cpuhp_dead); in __blk_mq_add_cpuhp()
4088 INIT_HLIST_NODE(&hctx->cpuhp_dead); in blk_mq_alloc_hctx()
4551 hlist_unhashed(&hctx->cpuhp_dead); in blk_mq_hctx_is_reusable()
H A Dbio.c765 bs = hlist_entry_safe(node, struct bio_set, cpuhp_dead); in bio_cpu_dead()
781 cpuhp_state_remove_instance_nocalls(CPUHP_BIO_DEAD, &bs->cpuhp_dead); in bio_alloc_cache_destroy()
1973 cpuhp_state_add_instance_nocalls(CPUHP_BIO_DEAD, &bs->cpuhp_dead); in bioset_init()
/linux/include/linux/
H A Dbio.h698 struct hlist_node cpuhp_dead; member