Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/iomap/
H A Ddirect-io.c59 return blk_poll(q, READ_ONCE(kiocb->ki_cookie), spin); in iomap_dio_iopoll()
587 !blk_poll(dio->submit.last_queue, in __iomap_dio_rw()
/OK3568_Linux_fs/kernel/mm/
H A Dpage_io.c405 if (!blk_poll(disk->queue, qc, true)) in swap_readpage()
/OK3568_Linux_fs/kernel/fs/
H A Dblock_dev.c294 !blk_poll(bdev_get_queue(bdev), qc, true)) in __blkdev_direct_IO_simple()
332 return blk_poll(q, READ_ONCE(kiocb->ki_cookie), wait); in blkdev_iopoll()
490 !blk_poll(bdev_get_queue(bdev), qc, true)) in __blkdev_direct_IO()
H A Ddirect-io.c488 !blk_poll(dio->bio_disk->queue, dio->bio_cookie, true)) in dio_await_one()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey960930 blk_poll
H A Dabi_gki_aarch64_rockchip1982 blk_poll
H A Dabi_gki_aarch64_galaxy717 blk_poll
/OK3568_Linux_fs/kernel/include/linux/
H A Dblkdev.h970 int blk_poll(struct request_queue *q, blk_qc_t cookie, bool spin);
/OK3568_Linux_fs/kernel/block/
H A Dblk-mq.c3976 int blk_poll(struct request_queue *q, blk_qc_t cookie, bool spin) in blk_poll() function
4028 EXPORT_SYMBOL_GPL(blk_poll);
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dcore.c928 blk_poll(q, request_to_qc_t(rq->mq_hctx, rq), true); in nvme_execute_rq_polled()