Home
last modified time | relevance | path

Searched refs:cpuhp_online (Results 1 – 2 of 2) sorted by relevance

/linux/block/
H A Dblk-mq.c3721 struct blk_mq_hw_ctx, cpuhp_online); in blk_mq_hctx_notify_offline()
3782 struct blk_mq_hw_ctx, cpuhp_online); in blk_mq_hctx_notify_online()
3831 !hlist_unhashed(&hctx->cpuhp_online)) { in __blk_mq_remove_cpuhp()
3833 &hctx->cpuhp_online); in __blk_mq_remove_cpuhp()
3834 INIT_HLIST_NODE(&hctx->cpuhp_online); in __blk_mq_remove_cpuhp()
3856 hlist_unhashed(&hctx->cpuhp_online)) in __blk_mq_add_cpuhp()
3858 &hctx->cpuhp_online); in __blk_mq_add_cpuhp()
4039 INIT_HLIST_NODE(&hctx->cpuhp_online); in blk_mq_alloc_hctx()
4496 return hlist_unhashed(&hctx->cpuhp_online) && in blk_mq_hctx_is_reusable()
/linux/include/linux/
H A Dblk-mq.h440 struct hlist_node cpuhp_online; member