Searched refs:io_thread_req (Results 1 – 1 of 1) sorted by relevance
58 struct io_thread_req { struct72 static struct io_thread_req * (*irq_req_buffer)[]; argument73 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)[], in bulk_req_safe_read()402 struct io_thread_req **remainder, in bulk_req_safe_read()421 sizeof(struct io_thread_req *)*max_recs in bulk_req_safe_read()426 if ((n % sizeof(struct io_thread_req *)) > 0) { in bulk_req_safe_read()432 *remainder_size = n % sizeof(struct io_thread_req *); in bulk_req_safe_read()[all …]