Searched refs:bio_poll (Results 1 - 3 of 3) sorted by relevance

/linux-master/block/
H A Dblk-core.c886 * bio_poll - poll for BIO completions
897 int bio_poll(struct bio *bio, struct io_comp_batch *iob, unsigned int flags) function
943 EXPORT_SYMBOL_GPL(bio_poll); variable
962 * 2) the bio points to a not poll enabled device. bio_poll will catch
972 * a reference to the queue in bio_poll() ensures the hctxs and requests
978 ret = bio_poll(bio, iob, flags);
/linux-master/include/linux/
H A Dblkdev.h841 int bio_poll(struct bio *bio, struct io_comp_batch *iob, unsigned int flags);
/linux-master/drivers/md/
H A Ddm.c1881 bio_poll(&io->tio.clone, iob, flags);
1883 /* bio_poll holds the last reference */
1904 * bio_poll() is only possible once @bio has been completely

Completed in 189 milliseconds