Home
last modified time | relevance | path

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

/drivers/virt/acrn/
Dioreq.c25 static void ioreq_dispatcher(struct work_struct *work);
27 static DECLARE_WORK(ioreq_work, ioreq_dispatcher);
544 static void ioreq_dispatcher(struct work_struct *work) in ioreq_dispatcher() function