Home
last modified time | relevance | path

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

/Linux-v4.19/arch/um/drivers/
Dubd_kern.c67 static struct io_thread_req * (*io_req_buffer)[]; variable
1140 io_req_buffer = kmalloc_array(UBD_REQ_BUFFER_SIZE, in ubd_init()
1147 if (io_req_buffer == NULL) { in ubd_init()
1552 io_req_buffer, in io_thread()
1571 do_io((*io_req_buffer)[count]); in io_thread()
1577 res = os_write_file(kernel_fd, ((char *) io_req_buffer) + written, n); in io_thread()