Searched refs:ctxs (Results 1 – 4 of 4) sorted by relevance
41 struct blk_mq_ctx **ctxs; member332 ({ ctx = (hctx)->ctxs[(i)]; 1; }); (i)++)
907 struct blk_mq_ctx *ctx = hctx->ctxs[bitnr]; in flush_busy_ctx()941 struct blk_mq_ctx *ctx = hctx->ctxs[bitnr]; in dispatch_rq_from_ctx()2219 hctx->ctxs = kmalloc_array_node(nr_cpu_ids, sizeof(void *), in blk_mq_init_hctx()2221 if (!hctx->ctxs) in blk_mq_init_hctx()2261 kfree(hctx->ctxs); in blk_mq_init_hctx()2357 hctx->ctxs[hctx->nr_ctx++] = ctx; in blk_mq_map_swqueue()
31 kfree(hctx->ctxs); in blk_mq_hw_sysfs_release()
127 return hctx->ctxs[idx]; in blk_mq_next_ctx()