Home
last modified time | relevance | path

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

/drivers/virt/acrn/
A Dioeventfd.c60 list_for_each_entry(p, &vm->ioeventfds, list) in hsm_ioeventfd_is_conflict()
134 list_add_tail(&p->list, &vm->ioeventfds); in acrn_ioeventfd_assign()
158 list_for_each_entry(p, &vm->ioeventfds, list) { in acrn_ioeventfd_deassign()
180 list_for_each_entry(p, &vm->ioeventfds, list) { in hsm_ioeventfd_match()
249 INIT_LIST_HEAD(&vm->ioeventfds); in acrn_ioeventfd_init()
270 list_for_each_entry_safe(p, next, &vm->ioeventfds, list) in acrn_ioeventfd_deinit()
A Dacrn_drv.h184 struct list_head ioeventfds; member
/drivers/xen/
A Dprivcmd.c1147 struct list_head ioeventfds; member
1177 list_for_each_entry(kioeventfd, &kioreq->ioeventfds, list) { in ioeventfd_interrupt()
1241 INIT_LIST_HEAD(&kioreq->ioeventfds); in alloc_ioreq()
1317 list_for_each_entry(kioeventfd, &kioreq->ioeventfds, list) { in get_ioreq()
1382 list_add_tail(&kioeventfd->list, &kioreq->ioeventfds); in privcmd_ioeventfd_assign()
1421 list_for_each_entry_safe(kioeventfd, tmp, &kioreq->ioeventfds, list) { in privcmd_ioeventfd_deassign()
1426 if (list_empty(&kioreq->ioeventfds)) in privcmd_ioeventfd_deassign()
1478 list_for_each_entry_safe(kioeventfd, tmp, &kioreq->ioeventfds, list) in privcmd_ioeventfd_exit()

Completed in 24 milliseconds