Searched refs:blk_hctx_poll (Results 1 – 1 of 1) sorted by relevance
| /linux/block/ |
| H A D | blk-mq.c | 54 static int blk_hctx_poll(struct request_queue *q, struct blk_mq_hw_ctx *hctx, 1493 blk_hctx_poll(rq->q, rq->mq_hctx, NULL, BLK_POLL_ONESHOT); in blk_rq_poll_completion() 5226 static int blk_hctx_poll(struct request_queue *q, struct blk_mq_hw_ctx *hctx, in blk_hctx_poll() function 5250 return blk_hctx_poll(q, q->queue_hw_ctx[cookie], iob, flags); in blk_mq_poll() 5264 ret = blk_hctx_poll(q, rq->mq_hctx, iob, poll_flags); in blk_rq_poll()
|