Searched refs:blk_poll (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/fs/iomap/ | 
| D | direct-io.c | 57 	return blk_poll(q, READ_ONCE(kiocb->ki_cookie), spin);  in iomap_dio_iopoll()545 			    !blk_poll(dio->submit.last_queue,  in iomap_dio_rw()
 
 | 
| /Linux-v5.4/mm/ | 
| D | page_io.c | 414 		if (!blk_poll(disk->queue, qc, true))  in swap_readpage()
 | 
| /Linux-v5.4/fs/ | 
| D | block_dev.c | 257 		    !blk_poll(bdev_get_queue(bdev), qc, true))  in __blkdev_direct_IO_simple()295 	return blk_poll(q, READ_ONCE(kiocb->ki_cookie), wait);  in blkdev_iopoll()
 451 		    !blk_poll(bdev_get_queue(bdev), qc, true))  in __blkdev_direct_IO()
 
 | 
| D | direct-io.c | 521 		    !blk_poll(dio->bio_disk->queue, dio->bio_cookie, true))  in dio_await_one()
 | 
| /Linux-v5.4/include/linux/ | 
| D | blkdev.h | 896 int blk_poll(struct request_queue *q, blk_qc_t cookie, bool spin);
 | 
| /Linux-v5.4/block/ | 
| D | blk-mq.c | 3486 int blk_poll(struct request_queue *q, blk_qc_t cookie, bool spin)  in blk_poll()  function3538 EXPORT_SYMBOL_GPL(blk_poll);
 
 | 
| /Linux-v5.4/drivers/nvme/host/ | 
| D | core.c | 802 		blk_poll(q, request_to_qc_t(rq->mq_hctx, rq), true);  in nvme_execute_rq_polled()
 |