Searched refs:poll_bio (Results 1 - 4 of 4) sorted by relevance

/linux-master/block/
H A Dblk-core.c937 if (disk && disk->fops->poll_bio)
938 ret = disk->fops->poll_bio(bio, iob, flags);
H A Dgenhd.c403 /* Only makes sense for bio-based to set ->poll_bio */
404 if (queue_is_mq(disk->queue) && disk->fops->poll_bio)
/linux-master/include/linux/
H A Dblkdev.h1406 int (*poll_bio)(struct bio *bio, struct io_comp_batch *iob, member in struct:block_device_operations
/linux-master/drivers/md/
H A Ddm.c3495 .poll_bio = dm_poll_bio,

Completed in 216 milliseconds