Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-mq.c53 static int blk_hctx_poll(struct request_queue *q, struct blk_mq_hw_ctx *hctx,
1379 blk_hctx_poll(rq->q, rq->mq_hctx, NULL, 0); in blk_rq_poll_completion()
4941 static int blk_hctx_poll(struct request_queue *q, struct blk_mq_hw_ctx *hctx, in blk_hctx_poll() function
4973 return blk_hctx_poll(q, hctx, iob, flags); in blk_mq_poll()
4987 ret = blk_hctx_poll(q, rq->mq_hctx, iob, poll_flags); in blk_rq_poll()