Lines Matching refs:io_thread_req
58 struct io_thread_req {
72 static struct io_thread_req * (*irq_req_buffer)[];
73 static struct io_thread_req *irq_remainder;
76 static struct io_thread_req * (*io_req_buffer)[];
77 static struct io_thread_req *io_remainder;
401 struct io_thread_req * (*request_buffer)[],
402 struct io_thread_req **remainder,
421 sizeof(struct io_thread_req *)*max_recs
426 if ((n % sizeof(struct io_thread_req *)) > 0) {
432 *remainder_size = n % sizeof(struct io_thread_req *);
437 (n/sizeof(struct io_thread_req *))*sizeof(struct io_thread_req *),
448 static void ubd_end_request(struct io_thread_req *io_req)
467 for (i = 0; i < len / sizeof(struct io_thread_req *); i++)
1073 sizeof(struct io_thread_req *),
1083 sizeof(struct io_thread_req *),
1172 static void cowify_req(struct io_thread_req *req, struct io_desc *segment,
1195 static void ubd_map_req(struct ubd *dev, struct io_thread_req *io_req,
1228 static struct io_thread_req *ubd_alloc_req(struct ubd *dev, struct request *req,
1231 struct io_thread_req *io_req;
1263 struct io_thread_req *io_req;
1396 static int update_bitmap(struct io_thread_req *req, struct io_desc *segment)
1411 static void do_io(struct io_thread_req *req, struct io_desc *desc)
1518 for (count = 0; count < n/sizeof(struct io_thread_req *); count++) {
1519 struct io_thread_req *req = (*io_req_buffer)[count];