Home
last modified time | relevance | path

Searched refs:io_thread_req (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/arch/um/drivers/
Dubd_kern.c50 struct io_thread_req { struct
65 static struct io_thread_req * (*irq_req_buffer)[]; argument
66 static struct io_thread_req *irq_remainder;
69 static struct io_thread_req * (*io_req_buffer)[];
70 static struct io_thread_req *io_remainder;
452 struct io_thread_req * (*request_buffer)[], in bulk_req_safe_read()
453 struct io_thread_req **remainder, in bulk_req_safe_read()
472 sizeof(struct io_thread_req *)*max_recs in bulk_req_safe_read()
477 if ((n % sizeof(struct io_thread_req *)) > 0) { in bulk_req_safe_read()
483 *remainder_size = n % sizeof(struct io_thread_req *); in bulk_req_safe_read()
[all …]