Home
last modified time | relevance | path

Searched refs:ctxs (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/
Dblk-mq.h41 struct blk_mq_ctx **ctxs; member
332 ({ ctx = (hctx)->ctxs[(i)]; 1; }); (i)++)
/linux-4.19.296/block/
Dblk-mq.c907 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()
Dblk-mq-sysfs.c31 kfree(hctx->ctxs); in blk_mq_hw_sysfs_release()
Dblk-mq-sched.c127 return hctx->ctxs[idx]; in blk_mq_next_ctx()