Searched refs:exit_hctx (Results 1 – 8 of 8) sorted by relevance
29 void (*exit_hctx)(struct blk_mq_hw_ctx *, unsigned int); member
668 if (e->type->ops.exit_hctx && hctx->sched_data) { in blk_mq_exit_sched()669 e->type->ops.exit_hctx(hctx, i); in blk_mq_exit_sched()
3110 if (set->ops->exit_hctx) in blk_mq_exit_hctx()3111 set->ops->exit_hctx(hctx, hctx_idx); in blk_mq_exit_hctx()3167 goto exit_hctx; in blk_mq_init_hctx()3170 exit_hctx: in blk_mq_init_hctx()3171 if (set->ops->exit_hctx) in blk_mq_init_hctx()3172 set->ops->exit_hctx(hctx, hctx_idx); in blk_mq_init_hctx()
1017 .exit_hctx = kyber_exit_hctx,
433 .exit_hctx = scm_blk_exit_hctx,
3235 .exit_hctx = dasd_exit_hctx,
552 void (*exit_hctx)(struct blk_mq_hw_ctx *, unsigned int); member
1719 .exit_hctx = null_exit_hctx,
Completed in 35 milliseconds