Home
last modified time | relevance | path

Searched refs:queue_hw_ctx (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/block/
Dblk-mq.h78 return q->queue_hw_ctx[q->mq_map[cpu]]; in blk_mq_map_queue()
Dblk-mq.c453 alloc_data.hctx = q->queue_hw_ctx[hctx_idx]; in blk_mq_alloc_request_hctx()
2468 kfree(q->queue_hw_ctx); in blk_mq_release()
2513 struct blk_mq_hw_ctx **hctxs = q->queue_hw_ctx; in blk_mq_realloc_hw_ctxs()
2586 q->queue_hw_ctx = kcalloc_node(nr_cpu_ids, sizeof(*(q->queue_hw_ctx)), in blk_mq_init_allocated_queue()
2588 if (!q->queue_hw_ctx) in blk_mq_init_allocated_queue()
2645 kfree(q->queue_hw_ctx); in blk_mq_init_allocated_queue()
3190 hctx = q->queue_hw_ctx[blk_qc_t_to_queue_num(cookie)]; in blk_mq_poll()
Dblk-mq-sysfs.c325 blk_mq_unregister_hctx(q->queue_hw_ctx[i]); in __blk_mq_register_dev()
Dkyber-iosched.c297 return kqd->q->queue_hw_ctx[0]->sched_tags->bitmap_tags.sb.shift; in kyber_sched_tags_shift()
/Linux-v4.19/include/linux/
Dblk-mq.h321 ({ hctx = (q)->queue_hw_ctx[i]; 1; }); (i)++)
Dblkdev.h481 struct blk_mq_hw_ctx **queue_hw_ctx; member
/Linux-v4.19/drivers/block/mtip32xx/
Dmtip32xx.c209 struct blk_mq_hw_ctx *hctx = dd->queue->queue_hw_ctx[0]; in mtip_cmd_from_tag()