Searched refs:exit_hctx (Results 1 – 8 of 8) sorted by relevance
29 void (*exit_hctx)(struct blk_mq_hw_ctx *, unsigned int); member
652 if (e->type->ops.exit_hctx && hctx->sched_data) { in blk_mq_exit_sched()653 e->type->ops.exit_hctx(hctx, i); in blk_mq_exit_sched()
3590 if (set->ops->exit_hctx) in blk_mq_exit_hctx()3591 set->ops->exit_hctx(hctx, hctx_idx); in blk_mq_exit_hctx()3634 goto exit_hctx; in blk_mq_init_hctx()3644 exit_hctx: in blk_mq_init_hctx()3645 if (set->ops->exit_hctx) in blk_mq_init_hctx()3646 set->ops->exit_hctx(hctx, hctx_idx); in blk_mq_init_hctx()
1020 .exit_hctx = kyber_exit_hctx,
432 .exit_hctx = scm_blk_exit_hctx,
3222 .exit_hctx = dasd_exit_hctx,
616 void (*exit_hctx)(struct blk_mq_hw_ctx *, unsigned int); member
1767 .exit_hctx = null_exit_hctx,
Completed in 32 milliseconds