Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dblk-mq.h246 ({ hctx = (q)->queue_hw_ctx[i]; 1; }); (i)++)
Dblkdev.h349 struct blk_mq_hw_ctx **queue_hw_ctx; member
/linux-4.1.27/block/
Dblk-mq.c1397 return q->queue_hw_ctx[q->mq_map[cpu]]; in blk_mq_map_queue()
1901 kfree(q->queue_hw_ctx); in blk_mq_release()
1978 q->queue_hw_ctx = hctxs; in blk_mq_init_allocated_queue()
/linux-4.1.27/drivers/block/mtip32xx/
Dmtip32xx.c197 struct blk_mq_hw_ctx *hctx = dd->queue->queue_hw_ctx[0]; in mtip_rq_from_tag()