Searched refs:io_req_buffer (Results 1 – 1 of 1) sorted by relevance
77 static struct io_thread_req * (*io_req_buffer)[]; variable1092 io_req_buffer = kmalloc_array(UBD_REQ_BUFFER_SIZE, in ubd_init()1099 if (io_req_buffer == NULL) { in ubd_init()1549 io_req_buffer, in io_thread()1562 struct io_thread_req *req = (*io_req_buffer)[count]; in io_thread()1575 ((char *) io_req_buffer) + written, in io_thread()