Home
last modified time | relevance | path

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

/Linux-v5.4/arch/um/drivers/
Dubd_kern.c69 static struct io_thread_req * (*io_req_buffer)[]; variable
1159 io_req_buffer = kmalloc_array(UBD_REQ_BUFFER_SIZE, in ubd_init()
1166 if (io_req_buffer == NULL) { in ubd_init()
1589 io_req_buffer, in io_thread()
1603 do_io((*io_req_buffer)[count]); in io_thread()
1609 res = os_write_file(kernel_fd, ((char *) io_req_buffer) + written, n); in io_thread()