Searched refs:ioeventfds (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/virt/acrn/ |
| H A D | ioeventfd.c | 60 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()
|
| H A D | acrn_drv.h | 184 struct list_head ioeventfds; member
|
| /linux/virt/kvm/ |
| H A D | eventfd.c | 840 list_for_each_entry(_p, &kvm->ioeventfds, list) in ioeventfd_check_collision() 908 list_add_tail(&p->list, &kvm->ioeventfds); in kvm_assign_ioeventfd_idx() 942 list_for_each_entry(p, &kvm->ioeventfds, list) { in kvm_deassign_ioeventfd_idx() 1049 INIT_LIST_HEAD(&kvm->ioeventfds); in kvm_eventfd_init()
|