Home
last modified time | relevance | path

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

/Linux-v4.19/arch/um/drivers/
Dubd_kern.c63 static struct io_thread_req * (*irq_req_buffer)[]; variable
510 irq_req_buffer, in ubd_handler()
524 (*irq_req_buffer)[count]->req, in ubd_handler()
526 (*irq_req_buffer)[count]->length in ubd_handler()
528 kfree((*irq_req_buffer)[count]); in ubd_handler()
1130 irq_req_buffer = kmalloc_array(UBD_REQ_BUFFER_SIZE, in ubd_init()
1136 if (irq_req_buffer == NULL) { in ubd_init()