Searched refs:io_comp_batch (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ |
| D | blk-mq.h | 619 int (*poll)(struct blk_mq_hw_ctx *, struct io_comp_batch *); 746 int blk_rq_poll(struct request *rq, struct io_comp_batch *iob, 862 void blk_mq_end_request_batch(struct io_comp_batch *ib); 897 struct io_comp_batch *iob, bool is_error, in blk_mq_add_to_batch() 898 void (*complete)(struct io_comp_batch *)) in blk_mq_add_to_batch() argument
|
| D | blkdev.h | 970 int bio_poll(struct bio *bio, struct io_comp_batch *iob, unsigned int flags); 971 int iocb_bio_iopoll(struct kiocb *kiocb, struct io_comp_batch *iob, 1613 int (*poll_bio)(struct bio *bio, struct io_comp_batch *iob, 1802 struct io_comp_batch { struct 1805 void (*complete)(struct io_comp_batch *); argument 1829 #define DEFINE_IO_COMP_BATCH(name) struct io_comp_batch name = { }
|
| D | fs.h | 55 struct io_comp_batch; 2088 int (*iopoll)(struct kiocb *kiocb, struct io_comp_batch *, 2121 int (*uring_cmd_iopoll)(struct io_uring_cmd *, struct io_comp_batch *,
|