Home
last modified time | relevance | path

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

/arch/um/drivers/
Dubd_kern.c77 static struct io_thread_req * (*io_req_buffer)[]; variable
1102 io_req_buffer = kmalloc_array(UBD_REQ_BUFFER_SIZE, in ubd_init()
1109 if (io_req_buffer == NULL) { in ubd_init()
1561 io_req_buffer, in io_thread()
1574 struct io_thread_req *req = (*io_req_buffer)[count]; in io_thread()
1587 ((char *) io_req_buffer) + written, in io_thread()