Home
last modified time | relevance | path

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

/Linux-v5.15/arch/um/drivers/
Dubd_kern.c72 static struct io_thread_req * (*irq_req_buffer)[]; variable
467 irq_req_buffer, in ubd_handler()
480 struct io_thread_req *io_req = (*irq_req_buffer)[count]; in ubd_handler()
1091 irq_req_buffer = kmalloc_array(UBD_REQ_BUFFER_SIZE, in ubd_init()
1097 if (irq_req_buffer == NULL) { in ubd_init()